cakeml
cakeml copied to clipboard
Support heap images for cakeml.
It would be nice for cakeml to support heap images providing similar functionality to polyml heaps where you can save a heap state to disk and load the heap state.
Allowing candle to use this would be explicit goal.
What if anything would you want to be verified about this?
It would a proof of equivalence between
- run candle and "build" the base library. Export the heap state. Create a new instance of cakeml pass it the heap state as a param and continue.
- run candle and "build the base library"