Alamvic / druid

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

Add stack coallescing #150

Closed guillep closed 2 months ago

guillep commented 4 months ago

Coalesce staged stack effects in different branches to allow compilation of static type predictions

guillep commented 2 months ago

Ok, I finished the integration of the VM branch improvements. I'll now focus on integrating these and going over all your comments.