Bug 15580 - later tests in standalone SunSpider are thrown off due to large object graphs left around
Summary: later tests in standalone SunSpider are thrown off due to large object graphs...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-20 15:07 PDT by Maciej Stachowiak
Modified: 2007-10-20 16:04 PDT (History)
0 users

See Also:


Attachments
make tests clean up (11.24 KB, patch)
2007-10-20 15:07 PDT, Maciej Stachowiak
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 2007-10-20 15:07:15 PDT
Later tests in standalone command-line SunSpider test are thrown off due to large object graphs left around, which then pressure the GC. This makes it harder to target optimizing the tests. It's pretty simple to fix.
Comment 1 Maciej Stachowiak 2007-10-20 15:07:43 PDT
Created attachment 16747 [details]
make tests clean up
Comment 2 Darin Adler 2007-10-20 15:11:31 PDT
Comment on attachment 16747 [details]
make tests clean up

r=me