WebKit Bugzilla
Attachment 341680 Details for
Bug 186153
: REGRESSION(r232212): broke build (Requested by alexchristensen on #webkit).
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ROLLOUT of r232212
bug-186153-20180531144136.patch (text/plain), 1.33 KB, created by
WebKit Commit Bot
on 2018-05-31 11:41:36 PDT
(
hide
)
Description:
ROLLOUT of r232212
Filename:
MIME Type:
Creator:
WebKit Commit Bot
Created:
2018-05-31 11:41:36 PDT
Size:
1.33 KB
patch
obsolete
>Subversion Revision: 232357 >diff --git a/Source/WTF/ChangeLog b/Source/WTF/ChangeLog >index e20f70f5ea8f5d2e13c279095e2a096524c297b6..81d2c51125e4eb892900d7390c1ca3cf2bd83317 100644 >--- a/Source/WTF/ChangeLog >+++ b/Source/WTF/ChangeLog >@@ -1,3 +1,16 @@ >+2018-05-31 Commit Queue <commit-queue@webkit.org> >+ >+ Unreviewed, rolling out r232212. >+ https://bugs.webkit.org/show_bug.cgi?id=186153 >+ >+ broke build (Requested by alexchristensen on #webkit). >+ >+ Reverted changeset: >+ >+ "JavaScriptCore: Disable 32-bit JIT on Windows" >+ https://bugs.webkit.org/show_bug.cgi?id=185989 >+ https://trac.webkit.org/changeset/232212 >+ > 2018-05-30 Keith Miller <keith_miller@apple.com> > > LLInt get_by_id prototype caching doesn't properly handle changes >diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h >index 02817717daeb7098577fc65c35e3df20a522ff60..82db784d5a2d5bf07b14976fb97d9cd051694d0f 100644 >--- a/Source/WTF/wtf/Platform.h >+++ b/Source/WTF/wtf/Platform.h >@@ -732,12 +732,6 @@ > #define ENABLE_JIT 0 > #endif > >-/* Disable the JIT for 32-bit Windows builds. */ >-#if USE(JSVALUE32_64) && OS(WINDOWS) >-#undef ENABLE_JIT >-#define ENABLE_JIT 0 >-#endif >- > /* The FTL *does not* work on 32-bit platforms. Disable it even if someone asked us to enable it. */ > #if USE(JSVALUE32_64) > #undef ENABLE_FTL_JIT
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186153
: 341680