Closed
Bug 1166530
Opened 11 years ago
Closed 11 years ago
ARM64: Import trampoline and misc arch-specific files
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
DUPLICATE
of bug 1173969
People
(Reporter: sstangl, Unassigned)
References
Details
Attachments
(1 file)
|
57.31 KB,
patch
|
Details | Diff | Splinter Review |
This imports Trampoline-arm64.cpp and some other miscellaneous files that aren't worth filing separate bugs over.
Capitalized ARM64 MacroAssembler functions refer to the vixl::MacroAssembler, which uses size-typed vixl::Register (imported as js::jit::ARMRegister). VIXL patches are in Bug 1160672, while our MacroAssembler's patches are in Bug 1166527.
The intention is to land these patches independent of the other ARM64 patches ASAP, then hook them all together with a build system patch at the end.
Attachment #8607813 -
Flags: review?(jdemooij)
| Reporter | ||
Comment 1•11 years ago
|
||
Hm, apparently this has been in the review queue for such a long time that I forgot I uploaded it in the first place!
A more recent version exists in Bug 1173969.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Updated•11 years ago
|
Attachment #8607813 -
Flags: review?(jdemooij)
You need to log in
before you can comment on or make changes to this bug.
Description
•