Skip to content
Snippets Groups Projects
Commit 0c1437b5 authored by Andreas Klebinger's avatar Andreas Klebinger
Browse files

Add functions to check for weakly pinned arrays.

This commit adds `isByteArrayWeaklyPinned#` and `isMutableByteArrayWeaklyPinned#` primops.
These check if a bytearray is *weakly* pinned. Which means it can still be explicitly moved
by the user via compaction but won't be moved by the RTS.
parent 610840eb
No related branches found
No related tags found
No related merge requests found
Pipeline #99319 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment