Closed
Bug 881380
Opened 9 years ago
Closed 9 years ago
refactor LDouble class into shared
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: sunfish, Unassigned)
Details
Attachments
(1 file)
2.27 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
Currently arm and x86 both have their own LDouble class, though it's the same. This is likely to be useful for most plausible backends, so it's a good candidate for being shared.
Reporter | ||
Comment 1•9 years ago
|
||
Attachment #760510 -
Flags: review?(luke)
![]() |
||
Updated•9 years ago
|
Attachment #760510 -
Flags: review?(luke) → review+
Reporter | ||
Comment 2•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/197ef764c051
Comment 3•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/197ef764c051
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
You need to log in
before you can comment on or make changes to this bug.
Description
•