Closed
Bug 522136
Opened 15 years ago
Closed 15 years ago
Cap JIT frames to interpreter inline limit
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Assigned: dvander)
References
Details
(Whiteboard: fixed-in-tracemonkey)
Attachments
(1 file)
2.48 KB,
patch
|
brendan
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #520498 +++
We should try to precisely obey the interpreter inline frame limit by capping the JIT based on the inlineCallCount.
![]() |
Assignee | |
Comment 1•15 years ago
|
||
Updated•15 years ago
|
Attachment #406111 -
Flags: review?(brendan) → review+
Comment 2•15 years ago
|
||
Comment on attachment 406111 [details] [diff] [review]
fix
Great!
/be
![]() |
Assignee | |
Comment 3•15 years ago
|
||
Whiteboard: fixed-in-tracemonkey
Comment 4•15 years ago
|
||
looks like a possible sunspider regression on linux at least. can you check?
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 6•15 years ago
|
||
(In reply to comment #5)
> http://hg.mozilla.org/mozilla-central/rev/db07f913fa92
this ended up being ok
Comment 7•15 years ago
|
||
(In reply to comment #4)
> looks like a possible sunspider regression on linux at least. can you check?
this ended up being ok
You need to log in
before you can comment on or make changes to this bug.
Description
•