Open
Bug 825276
Opened 12 years ago
Updated 1 month ago
Inline the fast path of JS_WrapValue/JS_WrapObject
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
NEW
People
(Reporter: bzbarsky, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.17 KB,
patch
|
Details | Diff | Splinter Review |
Waldo thinks that us working around the lack of such inlining is nuts. I'm glad he does!
![]() |
Reporter | |
Comment 1•12 years ago
|
||
I just realized that given same-compartment wrappers I have no idea what the fast path should actually be. :(
![]() |
Reporter | |
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Well, anything that's not an element or Components doesn't need a SCSW. Not sure how much that helps you.
FWIW, SCSWs aren't long for this earth. I'm close to killing SOWs, and then we can just hack something up for Components.
![]() |
Reporter | |
Comment 4•12 years ago
|
||
> Not sure how much that helps you.
Not at all for JSAPI, since it has no idea about elements and such.
Is there a bug on killing SOWs I can mark this dependent on?
Comment 5•12 years ago
|
||
(In reply to Boris Zbarsky (:bz) from comment #4)
> Is there a bug on killing SOWs I can mark this dependent on?
Just filed one. bug 825392.
Depends on: 825392
Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•2 years ago
|
Severity: normal → S3
Updated•1 month ago
|
Blocks: sm-opt-jits
You need to log in
before you can comment on or make changes to this bug.
Description
•