avisi-group / borg

Hardware-accelerated dynamic binary translation system for Sail ISA models
MIT License
1 stars 0 forks source link

Write arena compaction pass that removes unreferenced blocks and statements from their respective arenas #11

Open fmckeogh opened 3 weeks ago

fmckeogh commented 3 weeks ago

will require replacing all refs (same old->new hashmap as when importing)

actually maybe just import into a blank function?