In nativeForGenerator function, CPU(ARM) and CPU(SH4) paths are the same and could be merged to reduce code duplication.
Created attachment 217880 [details] Merge arm and sh4 paths in nativeForGenerator function.
Attachment 217880 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/assembler/MacroAssemblerSH4.h', u'Source/JavaScriptCore/jit/ThunkGenerators.cpp']" exit_code: 1 Source/JavaScriptCore/jit/ThunkGenerators.cpp:356: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Total errors found: 1 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 217899 [details] Merge arm and sh4 paths in nativeForGenerator function (with style fix). Same patch with style fix.
Created attachment 217929 [details] Merge arm and sh4 paths in nativeForGenerator and privateCompileCTINativeCall functions.
Comment on attachment 217929 [details] Merge arm and sh4 paths in nativeForGenerator and privateCompileCTINativeCall functions. r=me
Comment on attachment 217929 [details] Merge arm and sh4 paths in nativeForGenerator and privateCompileCTINativeCall functions. Clearing flags on attachment: 217929 Committed r159871: <http://trac.webkit.org/changeset/159871>
All reviewed patches have been landed. Closing bug.