Alamvic / druid

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

Compile primitiveBitShift #133

Open PalumboN opened 5 months ago

PalumboN commented 5 months ago

After this commit: https://github.com/pharo-project/pharo-vm/pull/763/commits/ce0e9487569dcaa008de2218597cdf793ae2a9d5 the primitive is not supported anymore.

We need to see why, and probably add a druid(Ignore|ExitPoint) somewhere.