Closed
Bug 1175976
Opened 10 years ago
Closed 10 years ago
[MBaselineCache] Port UnaryArith
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: h4writer, Assigned: h4writer)
References
Details
Attachments
(2 files)
14.73 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
19.79 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → hv1989
Attachment #8624356 -
Flags: review?(jdemooij)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8624358 -
Flags: review?(jdemooij)
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8624358 [details] [diff] [review]
Part 2: Get UnaryArith working
Review of attachment 8624358 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/jit/SharedIC.cpp
@@ +1397,2 @@
> // This fallback stub may trigger debug mode toggling.
> + DebugModeOSRVolatileStub<ICBinaryArith_Fallback*> stub(engine, frame, stub_);
s/ICBinaryArith_Fallback/ICUnaryArith_Fallback/
Updated•10 years ago
|
Attachment #8624356 -
Flags: review?(jdemooij) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8624358 [details] [diff] [review]
Part 2: Get UnaryArith working
Review of attachment 8624358 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for the delay.
Attachment #8624358 -
Flags: review?(jdemooij) → review+
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0f06efef9c6d
https://hg.mozilla.org/mozilla-central/rev/bb070785cc9b
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•