Closed
Bug 585881
Opened 15 years ago
Closed 7 years ago
earley-boyer v8.5 benchmarks need to be converted to AS3, converted to typed, and optimized
Categories
(Tamarin Graveyard :: Virtual Machine, defect, P4)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q1 12 - Brannan
People
(Reporter: lhansen, Assigned: cpeyer)
Details
Followup item from bug #585564 and bug #585586.
The four variants of this benchmark in test/performance/v8.5 are virtually identical, the only difference apparently the random number generator used in the non-JS versions.
Since it's generated code I don't know if it's meaningful to modify it, but we should at least discuss it.
An AS3 variant would at a minimum replace uses of 'arguments' by '...arguments' and wrap the whole thing in a 'package', and compile with -AS3.
I believe there are uses of 'arguments' that capture that variable that should not need to (thus inhibiting optimization in Tamarin but probably in some JS engines too).
Updated•15 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → flash10.x - Serrano
Updated•15 years ago
|
Assignee: brbaker → cpeyer
Severity: normal → minor
Flags: flashplayer-injection-
Flags: flashplayer-bug-
Target Milestone: Q3 11 - Serrano → Q1 12 - Brannan
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•