Open
Bug 1190294
Opened 9 years ago
Updated 1 year ago
[meta] Simplify MacroAssembler interface
Categories
(Core :: JavaScript Engine: JIT, defect, P3)
Core
JavaScript Engine: JIT
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox42 | --- | affected |
People
(Reporter: nbp, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: meta)
A part from centralizing MacroAssembler interface (Bug 996602), we should simplify our MacroAssembler such that inter-dependent calls can be deduced from its types (similar to Bug 900285), and remove properties which can be deduced (such as the stack alignments).
Simplifying our MacroAssembler interface can help us improve the quality, by warning/failing for unhandled corner cases, and improve the speed, by reducing the number of useless instructions which can be deduced from the state of our MacroAssembler.
Updated•8 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•