Closed
Bug 538635
Opened 15 years ago
Closed 15 years ago
[injection] SPARC jit extremely slow running ecma3/Statements/etry_008.as
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
flash10.1
People
(Reporter: brbaker, Assigned: kpalacz)
References
Details
Running ecma3/Statements/etry_008.abc has started to timeout the build system when the JIT is enabled on solaris.
Previously the test would execute in under a second and now it is taking 20+ minutes. If you run with -Dinterp it executes normal (fast).
Working to try and isolate the exact change that caused the problem, there are about 6 changes to nanojit in a row.
Flags: in-testsuite+
Flags: flashplayer-triage+
Flags: flashplayer-qrb?
Reporter | ||
Comment 1•15 years ago
|
||
This has been tracked down to changeset 3670, which is for bug #538000
Reporter | ||
Comment 2•15 years ago
|
||
changeset: 3475:3d878354f272
Marking the test to be skipped on sparc acceptance, except when running the interp. This needs to be reverted when this issue is resolved.
Whiteboard: INJECTION → INJECTION, skip-in-testconfig
Assignee: nobody → stejohns
Status: NEW → ASSIGNED
Flags: flashplayer-qrb? → flashplayer-qrb+
Priority: -- → P2
Target Milestone: --- → flash10.1
Reporter | ||
Comment 3•15 years ago
|
||
An additional failure was also found in ecma3/Date/e15_9_5_4.as
This was marked as an expectedfail in changeset 3482:51ddd273c385
Assignee | ||
Comment 4•15 years ago
|
||
TR won't build on Solaris/SPARC without the fix from 547232.
With the fix applied to tip, can't reproduce the issue (both tests complete promptly in release and debug-debugger builds).
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 5•15 years ago
|
||
Verified that testcase ecma3/Statements/etry_008 is running properly on solaris SPARC in tr-argo 3812.
I had previously ran all of the tests with tr-argo 3800 + nanojit patch for #547232 and the ecma3/Date/e15_9_5_4.as testcase passed. However now in tr-argo it is crashing. This is likely due to the updated nanojit that is now in tr-argo. I am verifying this bug as fixed and adding the date failure to bug #551173
Status: RESOLVED → VERIFIED
Whiteboard: INJECTION, skip-in-testconfig
You need to log in
before you can comment on or make changes to this bug.
Description
•