Make CLoop easier to build, and make it work
Created attachment 216939 [details] Patch
Comment on attachment 216939 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=216939&action=review r=me Please fix stray comment markers. > Source/JavaScriptCore/jit/JITExceptions.cpp:56 > +// catchRoutine = vm->getCTIStub(throwNotCaught).code().executableAddress(); Maybe you meant an #ifdef here? > Source/WTF/wtf/Platform.h:34 > +//#if defined(ENABLE_LLINT_C_LOOP) && ENABLE_LLINT_C_LOOP Remove comment markers?
(In reply to comment #2) > (From update of attachment 216939 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=216939&action=review > > r=me > > Please fix stray comment markers. > > > Source/JavaScriptCore/jit/JITExceptions.cpp:56 > > +// catchRoutine = vm->getCTIStub(throwNotCaught).code().executableAddress(); > > Maybe you meant an #ifdef here? Yup :-D > > > Source/WTF/wtf/Platform.h:34 > > +//#if defined(ENABLE_LLINT_C_LOOP) && ENABLE_LLINT_C_LOOP > > Remove comment markers? Yup, i'm just seeing what happens to the EWS bots
Created attachment 216993 [details] Patch
Created attachment 216994 [details] Patch
Comment on attachment 216993 [details] Patch r=me
Committed r159321: <http://trac.webkit.org/changeset/159321>