Closed
Bug 514046
Opened 13 years ago
Closed 11 years ago
Avoid cloning local functions where possible
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jorendorff, Unassigned)
Details
Follow-up to bug 471214 comment 112. (But note that comment is mistaken. We do already trace such cases just fine. We guard on the shared JSFunction*, not the identity of the function JSObject being called. The extent of the opportunity here is to save the cost of cloning the local function each time the outer function is entered.)
Comment 1•11 years ago
|
||
Obsolete with the removal of tracejit.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•