Closed Bug 720990 Opened 13 years ago Closed 12 years ago

IonMonkey: Consider inlining functions with loops

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 768288

People

(Reporter: jandem, Unassigned)

References

(Blocks 1 open bug)

Details

In bug 719562 I changed the inlining code to check the ScriptAnalysis::inlineable flag to prevent inlining some complicated ops. This caused a 0.8 ms bits-in-byte regression since isInlineable is "false" if the function contains loops. At some point we should consider inlining functions with (small?) loops to win a few ms.
Can we close as duplicate of bug 768288?
(In reply to Marco Castelluccio from comment #1) > Can we close as duplicate of bug 768288? Yep :)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.