Closed
Bug 496948
Opened 17 years ago
Closed 9 years ago
Garbage collection is very long
Categories
(Core :: JavaScript: GC, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: soubok, Unassigned)
Details
(Keywords: perf, Whiteboard: DUPEME)
Attachments
(1 file)
|
1.83 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10
Build Identifier: trunk
Calling JS_GC() (or destroying the last context) take a very long time (more than 10sec on my computer) after the following script:
for ( var i = 0; i < 100000; i++ ) [1];
program:
http://code.google.com/p/jslibs/source/browse/trunk/src/tools/jsTest.cpp#134
Reproducible: Always
Updated•17 years ago
|
Flags: blocking1.9.2?
This only happens when I launch the program in visual studio.
Updated•17 years ago
|
Flags: blocking1.9.2? → blocking1.9.2-
Updated•15 years ago
|
Whiteboard: dupme
Updated•15 years ago
|
Whiteboard: dupme → DUPEME
| Assignee | ||
Updated•12 years ago
|
Assignee: general → nobody
Updated•10 years ago
|
Component: JavaScript Engine → JavaScript: GC
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•