Closed
Bug 1494618
Opened 7 years ago
Closed 7 years ago
Simplify Baseline stack overflow checking
Categories
(Core :: JavaScript Engine: JIT, enhancement)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
The main change here is that we now inline the "early stack check" directly in JIT code
instead of doing a VM call for it, and that lets us remove a lot of complexity to
handle that special case elsewhere.
Comment 2•7 years ago
|
||
Comment on attachment 9012551 [details]
Bug 1494618 - Simplify Baseline stack overflow checks. r?tcampbell
Ted Campbell [:tcampbell] (PTO until Oct 9) has approved the revision.
Attachment #9012551 -
Flags: review+
Pushed by jandemooij@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/021a82ef604b
Simplify Baseline stack overflow checks. r=tcampbell
Comment 4•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
| Assignee | ||
Updated•7 years ago
|
Blocks: BaselineInterpreter
You need to log in
before you can comment on or make changes to this bug.
Description
•