Closed
Bug 900257
Opened 12 years ago
Closed 11 years ago
IonMonkey: inline Math.fround
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: bbouvier, Assigned: bbouvier)
References
Details
Attachments
(1 file, 2 obsolete files)
4.05 KB,
patch
|
bbouvier
:
review+
|
Details | Diff | Splinter Review |
Once Math.toFloat32 is added to the interpreter, we should inline it in IonMonkey as soon as possible.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #784120 -
Flags: review?(sstangl)
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #784120 -
Attachment is obsolete: true
Attachment #784120 -
Flags: review?(sstangl)
Attachment #797476 -
Flags: review?(sstangl)
Comment 3•11 years ago
|
||
Comment on attachment 797476 [details] [diff] [review]
rebased
Review of attachment 797476 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/jit/IonBuilder.h
@@ +514,5 @@
> InliningStatus inlineMathMinMax(CallInfo &callInfo, bool max);
> InliningStatus inlineMathPow(CallInfo &callInfo);
> InliningStatus inlineMathRandom(CallInfo &callInfo);
> InliningStatus inlineMathImul(CallInfo &callInfo);
> + InliningStatus inlineMathFround(CallInfo &callInfo);
Could we capitalize this function as "inlineMathFRound"?
Attachment #797476 -
Flags: review?(sstangl) → review+
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Sean Stangl [:sstangl] from comment #3)
> Could we capitalize this function as "inlineMathFRound"?
Sure!
Attachment #797476 -
Attachment is obsolete: true
Attachment #799157 -
Flags: review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•11 years ago
|
Summary: IonMonkey: inline Math.toFloat32 → IonMonkey: inline Math.fround
You need to log in
before you can comment on or make changes to this bug.
Description
•