Alamvic / druid

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

Too much tail duplication #143

Open PalumboN opened 5 months ago

PalumboN commented 5 months ago

After abuse of the tail duplication optimisation, the primitiveNewWithArg compilation needs to spil more things that before :(

PalumboN commented 5 months ago

Could be related with the register allocation algorithm too