Closed
Bug 390950
Opened 18 years ago
Closed 14 years ago
Unnecessary tracing of generator's frame
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: igor, Unassigned)
Details
[This is a spin-off of bug 390918 comment 2.]
Currently generator_trace from jsiter.c traces generator's frame even when the generator is running and its frame is a part of JS stack. This unnecessary since in that case the tracing happens when js_TraceContext traces JS stack.
Comment 2•14 years ago
|
||
no longer
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•