Closed
Bug 402903
Opened 18 years ago
Closed 4 years ago
Local function calls sub-optimal in easy ways
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INCOMPLETE
mozilla1.9beta2
People
(Reporter: brendan, Unassigned)
Details
(Keywords: perf)
Attachments
(2 files)
|
446 bytes,
text/plain
|
Details | |
|
2.87 KB,
patch
|
Details | Diff | Splinter Review |
TCF_FUN_USES_NONLOCALS is set when a function calls itself. See testcase from Lars Thomas Hansen attached here.
Even more to the point, with a hack-patch like the one attached next, I still see slower local than global calling. Probably easy to fix too, but needs analysis.
/be
| Reporter | ||
Comment 1•18 years ago
|
||
Updated•18 years ago
|
Assignee: general → igor
Updated•18 years ago
|
Assignee: igor → general
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•