Bug 95918

Summary: ASM llint should not use the JIT when the useJIT() option is false
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Fix. none

Description Mark Lam 2012-09-05 17:42:59 PDT
r127554 (https://bugs.webkit.org/show_bug.cgi?id=95809) caused a regression where the ASM llint will still the JIT when the useJIT() option is false, but only when useRegExpJIT() (previously useYarrJIT() is true).

Alsop renamed useYarrJIT() to useRegExpJIT().
Comment 1 Mark Lam 2012-09-05 17:48:25 PDT
Created attachment 162382 [details]
Fix.
Comment 2 Geoffrey Garen 2012-09-05 20:57:33 PDT
Comment on attachment 162382 [details]
Fix.

r=me
Comment 3 WebKit Review Bot 2012-09-06 03:12:50 PDT
Comment on attachment 162382 [details]
Fix.

Clearing flags on attachment: 162382

Committed r127719: <http://trac.webkit.org/changeset/127719>
Comment 4 WebKit Review Bot 2012-09-06 03:12:53 PDT
All reviewed patches have been landed.  Closing bug.