My test on V8 unveils a lot of crashes, which are actually not but cannot pass the deepEquals().
For example, these exist some opt functions that performs the same on the first three times and differs in the following run.
Is there any way to make it better?I'm doing this by adding a jit_a3 after optimization and use deepEquals() to compare if jit_a2 and jit_a3 are the same.
My test on V8 unveils a lot of crashes, which are actually not but cannot pass the
deepEquals().For example, these exist some opt functions that performs the same on the first three times and differs in the following run.
Is there any way to make it better?I'm doing this by adding a
jit_a3after optimization and usedeepEquals()to compare ifjit_a2andjit_a3are the same.