Closed
Bug 558952
Opened 15 years ago
Closed 15 years ago
JIT can call toVTable in instr.cpp directly instead of via class Toplevel
Categories
(Tamarin Graveyard :: Baseline JIT (CodegenLIR), defect)
Tamarin Graveyard
Baseline JIT (CodegenLIR)
Tracking
(Not tracked)
RESOLVED
FIXED
Future
People
(Reporter: edwsmith, Assigned: edwsmith)
References
Details
Attachments
(1 file)
2.26 KB,
patch
|
kpalacz
:
review+
|
Details | Diff | Splinter Review |
Thus eliminating one level of indirection and eliminating the last call site of TOPLEVELADDR in the jit.
Assignee | ||
Comment 1•15 years ago
|
||
Also removed the dead CLASSCLOSUREADDR macro and helper function.
Assignee | ||
Updated•15 years ago
|
Target Milestone: --- → Future
Comment 2•15 years ago
|
||
Attachment #438630 -
Flags: review?(kpalacz) → review+
Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•