Closed
Bug 333119
Opened 19 years ago
Closed 19 years ago
GC debug: forcing GC whenever getter could be executed
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 327996
People
(Reporter: igor, Unassigned)
Details
It would help to locate GC bugs if an option simillar to TOO_MUCH_GC would be available to trigger GC whenever the engine can potentially execute a getter or setter. That would be even better if a browser compiled with such option would be usable even if just barely.
Reporter | ||
Updated•19 years ago
|
Summary: GC debug: forcing GC whenever getter could be excuted → GC debug: forcing GC whenever getter could be executed
Comment 1•19 years ago
|
||
Is this covered by bug 327996?
Reporter | ||
Comment 2•19 years ago
|
||
(In reply to comment #1)
> Is this covered by bug 327996?
Well, not exactly, but I will add the suggestions about getters/setters there.
*** This bug has been marked as a duplicate of 327996 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•