RESOLVED FIXED145179
REGRESSION(183787): JIT is enabled for all builds
https://bugs.webkit.org/show_bug.cgi?id=145179
Summary REGRESSION(183787): JIT is enabled for all builds
Michael Saboff
Reported 2015-05-19 13:37:17 PDT
FeatureDefines.xcconfig files to enable the JSC JIT by setting ENABLE_JIT. There are some cases where we may not want the JIT enabled. Since wtf/Platform.h properly determines what platform CPU combination should have the JIT enabled. We can probably just remove ENABLE_JIT from the FeatureDefines.xcconfig files. 
Attachments
Patch (17.49 KB, patch)
2015-05-19 13:52 PDT, Michael Saboff
ggaren: review+
Michael Saboff
Comment 1 2015-05-19 13:37:37 PDT
Michael Saboff
Comment 2 2015-05-19 13:52:21 PDT
Geoffrey Garen
Comment 3 2015-05-19 13:53:18 PDT
Comment on attachment 253396 [details] Patch r=me
WebKit Commit Bot
Comment 4 2015-05-19 14:03:17 PDT
Attachment 253396 [details] did not pass style-queue: ERROR: Source/WebCore/ChangeLog:11: You should remove the 'No new tests' and either add and list tests, or explain why no new tests were possible. [changelog/nonewtests] [5] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Michael Saboff
Comment 5 2015-05-19 14:07:15 PDT
(In reply to comment #4) > Attachment 253396 [details] did not pass style-queue: > > > ERROR: Source/WebCore/ChangeLog:11: You should remove the 'No new tests' > and either add and list tests, or explain why no new tests were possible. > [changelog/nonewtests] [5] > Total errors found: 1 in 4 files > > > If any of these errors are false positives, please file a bug against > check-webkit-style. I updated the change with the added line: Only changed the way build options are initialized.
Michael Saboff
Comment 6 2015-05-19 16:09:48 PDT
Note You need to log in before you can comment on or make changes to this bug.