Closed
Bug 1178770
Opened 10 years ago
Closed 10 years ago
Clean-up: Move MacroAssemblerSpecific::call to the MacroAssembler.
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: nbp, Assigned: nbp)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
34.67 KB,
patch
|
h4writer
:
review+
|
Details | Diff | Splinter Review |
Similar to Bug 1121613.
| Assignee | ||
Comment 1•10 years ago
|
||
This patch move the MacroAssembler*::call into the generic MAcroAssembler,
and add a call(const Address&) to avoid using Operands in the generic Macro
Assembler.
Attachment #8628395 -
Flags: review?(hv1989)
Updated•10 years ago
|
Attachment #8628395 -
Flags: review?(hv1989) → review+
Assignee: nobody → nicolas.b.pierron
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•