Aer/engine
belliash b6161b0e4b
All checks were successful
The build was successful.
Fix VM ByteCode debugging.
Only executed bytecode should be registered for debugging. In this way we do not register all emitted bytecode and save some memory. What is more, this change registers the bytecode in correct executing order including jumps.
Previously all bytecode generated by compiler has been saved what made the bytecode to be saved in compile, not execute order.
2018-08-30 09:46:40 +02:00
..
2018-08-27 19:53:24 +02:00
2018-08-09 21:34:13 +02:00
2018-08-16 16:32:28 +02:00
2018-07-28 13:16:38 +02:00
2018-08-16 18:40:23 +02:00
2018-08-17 09:25:29 +02:00
2018-08-30 09:46:40 +02:00