WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
102794
Fix QNX Qt build by enabling JIT.
https://bugs.webkit.org/show_bug.cgi?id=102794
Summary
Fix QNX Qt build by enabling JIT.
Sergio Martins
Reported
2012-11-20 04:12:36 PST
Fix QNX Qt build by enabling JIT.
Attachments
Patch
(997 bytes, patch)
2012-11-20 04:17 PST
,
Sergio Martins
no flags
Details
Formatted Diff
Diff
Patch
(997 bytes, patch)
2012-11-20 04:21 PST
,
Sergio Martins
no flags
Details
Formatted Diff
Diff
Patch
(1.71 KB, patch)
2012-12-03 14:17 PST
,
Sergio Martins
no flags
Details
Formatted Diff
Diff
Patch
(1.70 KB, patch)
2012-12-12 02:44 PST
,
Sergio Martins
no flags
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Sergio Martins
Comment 1
2012-11-20 04:17:51 PST
Created
attachment 175187
[details]
Patch
Sergio Martins
Comment 2
2012-11-20 04:21:45 PST
Created
attachment 175188
[details]
Patch
Sergio Martins
Comment 3
2012-11-20 04:23:30 PST
This is related to
https://bugs.webkit.org/show_bug.cgi?id=98031
( LLint failure )
Simon Hausmann
Comment 4
2012-11-21 04:10:14 PST
Comment on
attachment 175188
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=175188&action=review
> Source/WTF/wtf/Platform.h:1008 > +#if !defined(ENABLE_YARR_JIT) && (ENABLE(JIT) || ENABLE(LLINT_C_LOOP)) && !PLATFORM(CHROMIUM) && !(OS(QNX) && PLATFORM(QT))
This change is missing a ChangeLog and I don't understand why this part is necessary (no changelog ;) If you enable the JIT, why not also enable YARR_JIT?
Sergio Martins
Comment 5
2012-11-21 04:13:34 PST
Seems like the Changelog changes weren't uploaded
Sergio Martins
Comment 6
2012-12-03 14:17:10 PST
Created
attachment 177325
[details]
Patch
Simon Hausmann
Comment 7
2012-12-10 01:35:21 PST
Comment on
attachment 177325
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=177325&action=review
> Source/WTF/wtf/Platform.h:900 > + && !(OS(QNX) && !PLATFORM(QT)) // We use jit in qnx qt
jit -> JIT. qnx -> QNX. qt -> Qt And the use of C++ comments in this header file breaks the build of any C files, as the Gtk EWS indicated.
Sergio Martins
Comment 8
2012-12-12 02:44:08 PST
Created
attachment 179011
[details]
Patch
WebKit Review Bot
Comment 9
2012-12-12 03:40:11 PST
Comment on
attachment 179011
[details]
Patch Clearing flags on attachment: 179011 Committed
r137449
: <
http://trac.webkit.org/changeset/137449
>
WebKit Review Bot
Comment 10
2012-12-12 03:40:15 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug