Closed
Bug 738665
Opened 14 years ago
Closed 7 years ago
Instrument halfmoon JIT to count "slow" opcodes
Categories
(Tamarin Graveyard :: Optimizing JIT, defect)
Tamarin Graveyard
Optimizing JIT
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: edwsmith, Unassigned)
References
Details
Attachments
(1 file)
A useful methodology for halfmoon is to ensure there are no calls on the fast paths of any opcodes (except call opcodes, of course). This patch adds instrumentation to quickly list the hot "pitfall" opcodes -- those that use a generic stub or execute a vm helper call instead of using inlined code.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•