Alamvic / druid

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

DRLoadArgument instructions are mandatories #141

Open PalumboN opened 5 months ago

PalumboN commented 5 months ago

That means that we could have extra moves for unused arguments, like in the primitiveValue: https://github.com/pharo-project/pharo-vm/pull/766#discussion_r1555704844

Now they are mandatories due to pharo bytecode compilation (as target).