RESOLVED FIXED 46423
~9.9% speedup when compiling interpreter with llvm-gcc-4.2
https://bugs.webkit.org/show_bug.cgi?id=46423
Summary ~9.9% speedup when compiling interpreter with llvm-gcc-4.2
David Kilzer (:ddkilzer)
Reported 2010-09-23 15:40:25 PDT
Created attachment 68609 [details] Patch Reviewed by NOBODY (OOPS!). * interpreter/Interpreter.cpp: (JSC::Interpreter::privateExecute): Disable the gcc computed goto hacks added in r55564 when compiling with llvm-gcc-4.2. --- 2 files changed, 24 insertions(+), 12 deletions(-)
Attachments
Patch (4.35 KB, patch)
2010-09-23 15:40 PDT, David Kilzer (:ddkilzer)
oliver: review+
David Kilzer (:ddkilzer)
Comment 1 2010-09-23 15:42:22 PDT
David Kilzer (:ddkilzer)
Comment 2 2010-09-23 15:45:27 PDT
David Kilzer (:ddkilzer)
Comment 3 2010-09-23 16:12:23 PDT
Note You need to log in before you can comment on or make changes to this bug.