Alamvic / druid

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

Merge Druid production tests with Cogit tests #126

Open PalumboN opened 5 months ago

PalumboN commented 5 months ago

Now we are testing the primitives and bytecodes with tests in Druid (see DRProductionPrimitiveCompilationTest and DRProductionBytecodeTest).

Would be nice to move that tests to the VM and run them with the handwritten version. Then we can subclass that suite and compile the instruction with Druid.

So we can have the same set of tests running with both implementation of the JIT compiler.