Closed
Bug 569838
Opened 14 years ago
Closed 6 years ago
x86 code quality is generally improved if we use FASTCALL for all jit helpers.
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect, P2)
Tracking
(Not tracked)
RESOLVED
WONTFIX
Q4 12 - Ellis
People
(Reporter: edwsmith, Assigned: phohense)
References
Details
(Whiteboard: PACMAN)
(needs experimental evidence to back up this claim).
Reporter | ||
Updated•14 years ago
|
Severity: normal → minor
Priority: -- → P2
Whiteboard: PACMAN
Target Milestone: --- → flash10.2
Comment 1•14 years ago
|
||
Yes and please include architecture / processor specifics with any data, as there is most likely variance amongst the chips.
Reporter | ||
Comment 2•14 years ago
|
||
x86 is the only applicable architecture, and msvc/gcc are the only applicable compilers. All other CPU types have a register rich calling convention that doesn't change for plain functions vs method calls. (and FASTCALL is an empy macro for them).
Comment 3•14 years ago
|
||
Right, I was referring to variants in x86 chip architectures that might manifest as deltas in performance. For example, dual-core vs. core2 vs Nehalem based chips; where each may exhibit slightly different effects from this change.
Updated•14 years ago
|
Flags: flashplayer-bug-
Updated•14 years ago
|
Flags: flashplayer-injection-
Target Milestone: Q3 11 - Serrano → Q1 12 - Brannan
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → phohense
Assignee | ||
Updated•12 years ago
|
Target Milestone: Q1 12 - Brannan → Q4 12 - Ellis
Comment 4•6 years ago
|
||
Tamarin is a dead project now. Mass WONTFIX.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Comment 5•6 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
•