Closed
Bug 746234
Opened 14 years ago
Closed 7 years ago
Testing infrastructure for OSR
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tamarin Graveyard
Virtual Machine
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q3 12 - Dolores
People
(Reporter: brbaker, Assigned: brbaker)
References
Details
There needs to be a way to test that OSR is changing the execpolicy during execution. This can't be directly observed via AS3 but it can be observed with verbose out from the executing shell via -Dverbose=execpolicy
Interp only:
execpolicy interp (1319) global/foobar1() jit-available
Interp -> Hot -> Jit:
execpolicy interp (1319) global/foobar1() jit-available
execpolicy jit hot-call global/foobar1()
execpolicy jit (1319) global/foobar1()
Jit only:
execpolicy jit (1319) global/foobar1()
execpolicy jit-invoker global/foobar1()
We should be able to come up with an automated way to test that this is working as expected.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → brbaker
Flags: in-testsuite?
Flags: flashplayer-qrb?
Target Milestone: --- → Q3 12 - Dolores
| Assignee | ||
Updated•13 years ago
|
Flags: flashplayer-qrb? → flashplayer-qrb+
Comment 1•7 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Comment 2•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
You need to log in
before you can comment on or make changes to this bug.
Description
•