SOLL icon indicating copy to clipboard operation
SOLL copied to clipboard

implement memoryguard(size) for 0.8.6

Open jacky860226 opened this issue 4 years ago • 0 comments

The caller of let ptr := memoryguard(size) (where size has to be a literal number) promises that they only use memory in either the range [0, size) or the unbounded range starting at ptr.

jacky860226 avatar Jul 15 '21 13:07 jacky860226