Isaac working
Changes mostly to do with storage of names:
-
MuName's are nowArc<String>as opposed toString - Only names the client gives my
gen_symare stored inid_name_mapandname_id_map(so thatid_ofandname_ofwill only work with these) - Bootimages now only use
id_name_mapandname_id_mapwhen the client callsid_ofandname_of - Only names for whitelisted entities are dumped in the boot image
- Now use a new version of rodal that allows for better debugging output
- Added a test to check that spilling accros swapstacks works properly
The changes to how names are stored and dumped makes boot image building significantly faster. (I am currently testing this on aarch64, it should all work perfectly)