pharo-project / pharo-vm

This is the VM used by Pharo
http://pharo.org
Other
115 stars 71 forks source link

Regenerate DruidJIT for benchmarking #745

Closed PalumboN closed 9 months ago

PalumboN commented 9 months ago

I regenerated DruidJIT avoiding gen_ExtStoreAndPopReceiverVariableBytecode and gen_StoreAndPopRemoteTempLongBytecode because they are broken. https://github.com/Alamvic/druid/issues/91

I tried to fix them (maybe I fixed some bugs) but need more work.