HaLVM icon indicating copy to clipboard operation
HaLVM copied to clipboard

Get rid of allocPage

Open acw opened this issue 9 years ago • 1 comments

Or replace allocPage with newAlignedPinnedByteArray# (or a relevant friend).

The goal is to reduce our dependence on dynamically-generated, non-GC-aware memory, so that our initial computation of -M becomes more reasonable.

acw avatar Sep 27 '16 23:09 acw

While we're at it, ditch the mallocBytes in IVC.

acw avatar Sep 27 '16 23:09 acw