Thoughts about SubstrateVM GC
David Lloyd
david.lloyd at redhat.com
Thu Feb 28 21:19:51 UTC 2019
On Thu, Feb 28, 2019 at 3:00 PM Roman Kennke <rkennke at redhat.com> wrote:
> Oh and a question: what's this pinned object/chunks/spaces all about?
I can answer this one! Pinned objects are held to a single memory
address for the life of the pin, so pointers to the objects' memory
space can be passed to C functions directly. I don't know anything
about pinned chunks or spaces though.
--
- DML
More information about the graal-dev
mailing list