RESOLVED FIXED Bug 90975
jsc: Parse options before creating global data
https://bugs.webkit.org/show_bug.cgi?id=90975
Summary jsc: Parse options before creating global data
Andy Wingo
Reported 2012-07-11 05:07:09 PDT
This patch moves the options parsing in "jsc" before the creation of the global data, so that --useJIT=no takes effect. It also has a refactor (turning CommandLine into a class from a struct). I can undo that if it's not the thing to do.
Attachments
Patch (5.23 KB, patch)
2012-07-11 05:10 PDT, Andy Wingo
no flags
Andy Wingo
Comment 1 2012-07-11 05:10:04 PDT
Mark Lam
Comment 2 2012-07-11 10:23:36 PDT
I don't have review privileges, but the change looks good to me.
WebKit Review Bot
Comment 3 2012-07-11 10:50:33 PDT
Comment on attachment 151689 [details] Patch Clearing flags on attachment: 151689 Committed r122341: <http://trac.webkit.org/changeset/122341>
WebKit Review Bot
Comment 4 2012-07-11 10:50:38 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.