The tracker related opcodes: GENARRAY GENARRAY_Z TRACKER_POP_SETHEAP TRACKER_PUSH_C All contain some vastly overcomplicated assembly containing logic that could be implemented much easier in C++. If it were a performance concern, these opcodes would be entirely in C++, but most of them call out to one or more routines to do additional work. This patch just moves most of the logic out to C++ to reduce complexity and fix reported bugs. --HG-- extra : rebase_source : 1397056ac3ca3efb969e66ec577e2b33ca725e1a |
||
|---|---|---|
| .. | ||
| batchtool | ||
| compiler | ||
| decompiler | ||
| jit | ||