RESOLVED FIXED 42310
Make sure that mixed interpreter/jit builds don't try to use the jit if the allocator fails
https://bugs.webkit.org/show_bug.cgi?id=42310
Summary Make sure that mixed interpreter/jit builds don't try to use the jit if the a...
Oliver Hunt
Reported 2010-07-14 19:08:07 PDT
Make sure that mixed interpreter/jit builds don't try to use the jit if the allocator fails
Attachments
Patch (25.76 KB, patch)
2010-07-14 19:14 PDT, Oliver Hunt
barraclough: review+
Oliver Hunt
Comment 1 2010-07-14 19:14:43 PDT
WebKit Review Bot
Comment 2 2010-07-14 19:20:38 PDT
Attachment 61596 [details] did not pass style-queue: Failed to run "['WebKitTools/Scripts/check-webkit-style']" exit_code: 1 JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp:453: lock_holder is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp:461: lock_holder is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] JavaScriptCore/jit/ExecutableAllocatorFixedVMPool.cpp:470: lock_holder is incorrectly named. Don't use underscores in your identifier names. [readability/naming] [4] Total errors found: 3 in 18 files If any of these errors are false positives, please file a bug against check-webkit-style.
Oliver Hunt
Comment 3 2010-07-14 21:30:29 PDT
Note You need to log in before you can comment on or make changes to this bug.