Allow the YarrJIT to use the assembler even when useJIT() is false. Introduce the useYarrJIT() option. Without this, the YarrJIT was turned off for the llint C loop just because useJIT() is false.
Created attachment 162145 [details] Fix.
Created attachment 162146 [details] Removed unrelated file from patch.
Comment on attachment 162146 [details] Removed unrelated file from patch. r=me
Comment on attachment 162146 [details] Removed unrelated file from patch. Attachment 162146 [details] did not pass win-ews (win): Output: http://queues.webkit.org/results/13740758
Created attachment 162156 [details] svn up and retry.
The previous patch failed with the following message at the top: Failed to run "['/home/buildbot/WebKit/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '--bot-id..." exit_code: 2 Not sure why it should fail to patch / build on the win-ews. It builds fine for me locally. Retrying with the patch after an svn up.
Comment on attachment 162156 [details] svn up and retry. r=me
Comment on attachment 162156 [details] svn up and retry. Clearing flags on attachment: 162156 Committed r127554: <http://trac.webkit.org/changeset/127554>
All reviewed patches have been landed. Closing bug.