Alamvic / druid

Meta-compiler to generate an optimised JIT compiler frontend based on an Interpreter definition
8 stars 6 forks source link

Fix flush stack #92

Closed PalumboN closed 9 months ago

PalumboN commented 9 months ago

Fix https://github.com/Alamvic/druid/issues/66 (now we understand it).

Review after merge: https://github.com/Alamvic/druid/pull/90

Ducasse commented 9 months ago

I would love an explanation because the simulated stack seems to interfer with other optimizations.