Shopify / seafoam

A tool for working with compiler graphs dumped by the GraalVM compiler
MIT License
126 stars 22 forks source link

Remove cfg2asm #50

Closed chrisseaton closed 2 years ago

chrisseaton commented 2 years ago

This way Seafoam can work without dependencies, which makes it simpler to use in CI and testing environment. We'll replace cfg2asm with a stand-alone tool.

eregon commented 2 years ago

Great, I believe this makes seafoam much faster to install and easier too, as well as truly pure-Ruby (e.g., no mess with ffi on M1).