WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 107965
Implement JIT on Windows 64 bits
https://bugs.webkit.org/show_bug.cgi?id=107965
Summary
Implement JIT on Windows 64 bits
Jocelyn Turcotte
Reported
2013-01-25 11:16:53 PST
Implement JIT on Windows 64 bits
Attachments
Patch
(14.18 KB, patch)
2013-01-25 11:27 PST
,
Jocelyn Turcotte
no flags
Details
Formatted Diff
Diff
Patch
(14.11 KB, patch)
2013-02-19 06:29 PST
,
Jocelyn Turcotte
no flags
Details
Formatted Diff
Diff
Patch
(14.18 KB, patch)
2013-02-20 06:11 PST
,
Jocelyn Turcotte
no flags
Details
Formatted Diff
Diff
Patch
(14.55 KB, patch)
2013-02-25 07:22 PST
,
Jocelyn Turcotte
hausmann
: review+
Details
Formatted Diff
Diff
Show Obsolete
(3)
View All
Add attachment
proposed patch, testcase, etc.
Jocelyn Turcotte
Comment 1
2013-01-25 11:27:13 PST
Created
attachment 184780
[details]
Patch
WebKit Review Bot
Comment 2
2013-01-25 11:29:19 PST
Attachment 184780
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/Target.pri', u'Source/JavaScriptCore/jit/JITStubs.cpp', u'Source/JavaScriptCore/jit/JITStubs.h', u'Source/JavaScriptCore/jit/JITStubsMSVC64.asm', u'Source/JavaScriptCore/jit/JSInterfaceJIT.h', u'Source/JavaScriptCore/jit/ThunkGenerators.cpp', u'Source/JavaScriptCore/yarr/YarrJIT.cpp', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Platform.h']" exit_code: 1 Source/JavaScriptCore/jit/ThunkGenerators.cpp:281: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Total errors found: 1 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Simon Hausmann
Comment 3
2013-02-19 00:37:15 PST
Comment on
attachment 184780
[details]
Patch Patch LGTM (and I'm familiar with amd64 :) Geoffrey, Filip, are you okay with this going in?
Jocelyn Turcotte
Comment 4
2013-02-19 06:29:33 PST
Created
attachment 189076
[details]
Patch Remove trailing semicolons from JITStubsMSVC64.asm as advised by Zoltan.
WebKit Review Bot
Comment 5
2013-02-19 06:37:42 PST
Attachment 189076
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/Target.pri', u'Source/JavaScriptCore/jit/JITStubs.cpp', u'Source/JavaScriptCore/jit/JITStubs.h', u'Source/JavaScriptCore/jit/JITStubsMSVC64.asm', u'Source/JavaScriptCore/jit/JSInterfaceJIT.h', u'Source/JavaScriptCore/jit/ThunkGenerators.cpp', u'Source/JavaScriptCore/yarr/YarrJIT.cpp', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Platform.h']" exit_code: 1 Source/JavaScriptCore/jit/ThunkGenerators.cpp:281: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Total errors found: 1 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Filip Pizlo
Comment 6
2013-02-19 10:26:48 PST
Comment on
attachment 189076
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=189076&action=review
Lgtm also but I want a good answer for the license issue before we proceed.
> Source/JavaScriptCore/jit/JITStubsMSVC64.asm:4 > +; This library is free software; you can redistribute it and/or
We strongly prefer the 2-clause BSD license for all new code. Is there a specific reason why you are using LGPL?
Jocelyn Turcotte
Comment 7
2013-02-20 06:11:11 PST
Created
attachment 189302
[details]
Patch (In reply to
comment #6
)
> We strongly prefer the 2-clause BSD license for all new code. Is there a specific reason why you are using LGPL?
No reason, I was just not aware that we have a preference. Here's new patch using BSD instead.
WebKit Review Bot
Comment 8
2013-02-20 06:13:22 PST
Attachment 189302
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/Target.pri', u'Source/JavaScriptCore/jit/JITStubs.cpp', u'Source/JavaScriptCore/jit/JITStubs.h', u'Source/JavaScriptCore/jit/JITStubsMSVC64.asm', u'Source/JavaScriptCore/jit/JSInterfaceJIT.h', u'Source/JavaScriptCore/jit/ThunkGenerators.cpp', u'Source/JavaScriptCore/yarr/YarrJIT.cpp', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Platform.h']" exit_code: 1 Source/JavaScriptCore/jit/ThunkGenerators.cpp:281: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Total errors found: 1 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Jocelyn Turcotte
Comment 9
2013-02-25 07:22:57 PST
Created
attachment 190053
[details]
Patch Something went wrong with the last upload, trying again.
WebKit Review Bot
Comment 10
2013-02-25 07:26:20 PST
Attachment 190053
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/Target.pri', u'Source/JavaScriptCore/jit/JITStubs.cpp', u'Source/JavaScriptCore/jit/JITStubs.h', u'Source/JavaScriptCore/jit/JITStubsMSVC64.asm', u'Source/JavaScriptCore/jit/JSInterfaceJIT.h', u'Source/JavaScriptCore/jit/ThunkGenerators.cpp', u'Source/JavaScriptCore/yarr/YarrJIT.cpp', u'Source/WTF/ChangeLog', u'Source/WTF/wtf/Platform.h']" exit_code: 1 Source/JavaScriptCore/jit/ThunkGenerators.cpp:281: Should have only a single space after a punctuation in a comment. [whitespace/comments] [5] Total errors found: 1 in 10 files If any of these errors are false positives, please file a bug against check-webkit-style.
Jocelyn Turcotte
Comment 11
2013-02-26 05:06:27 PST
Committed
r144043
: <
http://trac.webkit.org/changeset/144043
>
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