Closed
Bug 738675
Opened 13 years ago
Closed 7 years ago
Optimize Vector fast paths.
Categories
(Tamarin Graveyard :: Optimizing JIT, defect)
Tamarin Graveyard
Optimizing JIT
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: edwsmith, Unassigned)
References
Details
Attachments
(1 file)
|
25.57 KB,
patch
|
Details | Diff | Splinter Review |
In Brannan and Cyril, access to Vector was substantially improved by inlining fast paths in CodegenLIR. We need similar code in halfmoon as well.
Note that CodegenLIR has more helpers than it really needs. Half of them combine a vector load with a to-atom conversion, which need not be combined in a single helper. Native typed helpers are good enough.
Comment 1•7 years ago
|
||
Tamarin isn't maintained anymore. WONTFIX remaining bugs.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•