RESOLVED FIXED 4006
testkjs doesn't implement gc()
https://bugs.webkit.org/show_bug.cgi?id=4006
Summary testkjs doesn't implement gc()
Geoffrey Garen
Reported 2005-07-14 13:28:25 PDT
Mozilla test suite uses gc() to force garbage collection. Test failures: ecma_3/Function/regress-104584.js
Attachments
Patch (1.54 KB, patch)
2005-07-14 13:29 PDT, Geoffrey Garen
mjs: review+
Geoffrey Garen
Comment 1 2005-07-14 13:29:04 PDT
Maciej Stachowiak
Comment 2 2005-07-14 14:44:11 PDT
+ while (Collector::collect()) + ; A single collection should be sufficient, there's no way collecting more than once could make a difference (barring a memory bug).
Maciej Stachowiak
Comment 3 2005-07-14 14:44:53 PDT
Comment on attachment 2966 [details] Patch r=me assuming you address my comment, though.
Note You need to log in before you can comment on or make changes to this bug.