WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
15609
testkjs should made long-running to speed up run-javascriptcore-tests
https://bugs.webkit.org/show_bug.cgi?id=15609
Summary
testkjs should made long-running to speed up run-javascriptcore-tests
Eric Seidel (no email)
Reported
2007-10-22 01:28:08 PDT
testkjs should made long-running to speed up run-javascriptcore-tests DumpRenderTree has a "long running" option, where it will stay launched and sit and wait for new data to come in and run it. testkjs could benefit from such as well. I expect it would *drastically* reduce how long it takes to run run-javascriptcore-tests (which is currently a ridiculously long time). testkjs would need to make a new global object for each test, but would want to keep around certain files in memory (the shell files) and just run those before any test it's given. A simple LRU cache of recently read-from-disk js files would probably do the trick.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug