You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now each test is meta-compiling the primitive/bytecode under assertion.
This causes the same primitive/bytecode is meta-compiled multiple times.
It is too time consuming.
We should meta-compile all primitive/bytecodes for Register/Simple Cogit once at the beginning, and the tests should only execute the already generated code on the machine code simulator and do the asserts.
Check the TestResource class
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Now each test is meta-compiling the primitive/bytecode under assertion.
This causes the same primitive/bytecode is meta-compiled multiple times.
It is too time consuming.
We should meta-compile all primitive/bytecodes for Register/Simple Cogit once at the beginning, and the tests should only execute the already generated code on the machine code simulator and do the asserts.
Check the
TestResource
classThe text was updated successfully, but these errors were encountered: