Closed
Bug 1134232
Opened 10 years ago
Closed 10 years ago
Don't pass handles to Baseline IC stubs
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
Just like bug 1134142, it makes the IC stub code a bit shorter/simpler. Also, the Clone methods no longer have to take a JSContext* and use a temporary RootedFoo.
All these are just trivial constructors that can't GC + the stub compilers suppress GC anyway.
Attachment #8566023 -
Flags: review?(bhackett1024)
Updated•10 years ago
|
Attachment #8566023 -
Flags: review?(bhackett1024) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•