Skip to content

Draft: Make pinned a per object property.

Andreas Klebinger requested to merge wip/andreask/pin_array_info into master

We now store if a byte array is pinned in the info table.

This allows us to pin large byte arrays inplace using unsafePinMutableByteArray#.

I also added functions which allow us to judge if a byte array might be moved during gc or not.

Merge request reports