Closed
Bug 715383
Opened 13 years ago
Closed 12 years ago
GC: direct access to GeneratorPrivates should reference the owner js::Generator
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
INVALID
People
(Reporter: terrence, Unassigned)
References
Details
Luke says there are only two places where we have to worry about our js::Generator being rooted indirectly through its own private data. I will investigate how hard it will be to just make these barriers manually re-target the underlying generator object.
Reporter | ||
Updated•12 years ago
|
Assignee: terrence → general
Blocks: 673454
Target Milestone: --- → mozilla12
Version: Trunk → 14 Branch
Reporter | ||
Updated•12 years ago
|
Target Milestone: mozilla12 → ---
Version: 14 Branch → Trunk
Reporter | ||
Comment 1•12 years ago
|
||
Jan's recent rewrite of our stack layout makes this totally irrelevant now.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•