For now some unit-tests fail when I enable bytecode checking. This is because the tool sometimes produces the code different from reference only by the order of arguments in name buffers. So we need to make the tests invariant to that. For this we need a function to diff 2 bytecodes using not the argument's ordinals, but corresponding variables names.
For now some unit-tests fail when I enable bytecode checking. This is because the tool sometimes produces the code different from reference only by the order of arguments in name buffers. So we need to make the tests invariant to that. For this we need a function to diff 2 bytecodes using not the argument's ordinals, but corresponding variables names.