Alamvic / druid

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

Add optimisations based on bit tricks #107

Open PalumboN opened 7 months ago

PalumboN commented 7 months ago

Here https://github.com/pharo-project/pharo-vm/pull/736/#discussion_r1482562669

There is a case where we can change a MUL 8 by a SHIFT 3 😄