WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
125294
Make the C Loop LLINT work with callToJavaScript
https://bugs.webkit.org/show_bug.cgi?id=125294
Summary
Make the C Loop LLINT work with callToJavaScript
Mark Lam
Reported
2013-12-05 02:40:42 PST
We should clean up the C Loop LLINT implementation and reduce the amount of deviation from the ASM LLINT (and reduce #ifs as well).
Attachments
patch 1: work in progress. Not review worthy.
(47.33 KB, patch)
2013-12-05 02:43 PST
,
Mark Lam
buildbot
: commit-queue-
Details
Formatted Diff
Diff
Archive of layout-test-results from webkit-ews-15 for mac-mountainlion-wk2
(770.41 KB, application/zip)
2013-12-05 03:57 PST
,
Build Bot
no flags
Details
patch 2: JIT issue fixed.
(49.25 KB, patch)
2013-12-05 06:05 PST
,
Mark Lam
msaboff
: review+
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Mark Lam
Comment 1
2013-12-05 02:43:57 PST
Created
attachment 218495
[details]
patch 1: work in progress. Not review worthy.
Mark Lam
Comment 2
2013-12-05 02:45:05 PST
Comment on
attachment 218495
[details]
patch 1: work in progress. Not review worthy. Patch 1 works for the C Loop LLINT, but causes an assertion failure on JIT runs (which needs to be fixed). It's not review worthy yet.
Build Bot
Comment 3
2013-12-05 03:57:08 PST
Comment on
attachment 218495
[details]
patch 1: work in progress. Not review worthy.
Attachment 218495
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
http://webkit-queues.appspot.com/results/39228243
New failing tests: webgl/1.0.2/conformance/more/functions/drawArrays.html webgl/1.0.1/conformance/more/functions/vertexAttribPointerBadArgs.html js/dom/dfg-proto-stub-watchpoint-fire.html webgl/1.0.1/conformance/more/functions/vertexAttribBadArgs.html webgl/1.0.1/conformance/more/functions/uniformiBadArgs.html webgl/1.0.1/conformance/more/functions/uniformfBadArgs.html webgl/1.0.2/conformance/more/functions/copyTexSubImage2DBadArgs.html webgl/1.0.1/conformance/more/functions/copyTexImage2DBadArgs.html webgl/1.0.2/conformance/more/functions/vertexAttribBadArgs.html webgl/1.0.1/conformance/more/functions/drawArrays.html js/sort-randomly.html webgl/1.0.2/conformance/more/functions/bufferSubDataBadArgs.html webgl/1.0.2/conformance/more/functions/drawArraysOutOfBounds.html webgl/1.0.2/conformance/more/functions/copyTexImage2DBadArgs.html webgl/1.0.2/conformance/more/functions/uniformMatrixBadArgs.html webgl/1.0.2/conformance/more/functions/uniformiBadArgs.html js/polymorphic-construct.html webgl/1.0.1/conformance/more/functions/drawArraysOutOfBounds.html webgl/1.0.2/conformance/more/functions/drawElementsBadArgs.html webgl/1.0.1/conformance/more/functions/uniformMatrixBadArgs.html webgl/1.0.1/conformance/more/functions/bufferSubDataBadArgs.html webgl/1.0.2/conformance/more/functions/vertexAttribPointerBadArgs.html webgl/1.0.1/conformance/more/functions/drawElementsBadArgs.html fast/media/w3c/test_media_queries.html webgl/1.0.1/conformance/more/functions/drawElements.html webgl/1.0.2/conformance/more/functions/drawElements.html webgl/1.0.2/conformance/more/functions/uniformfBadArgs.html js/apply-varargs.html fast/table/recalc-section-first-body-crash-main.html webgl/1.0.1/conformance/more/functions/copyTexSubImage2DBadArgs.html
Build Bot
Comment 4
2013-12-05 03:57:10 PST
Created
attachment 218499
[details]
Archive of layout-test-results from webkit-ews-15 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-15 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.5
Mark Lam
Comment 5
2013-12-05 06:05:48 PST
Created
attachment 218508
[details]
patch 2: JIT issue fixed. patch 2 is ready for a review. When the C Loop build is run against the layout tests, there are some assertion failures which results in crashes in the following tests (amongst others): 1. fast/frames/sandboxed-iframe-plugins.html 2. fast/frames/sandboxed-iframe-navigation-allowed.html 3. fast/frames/sandboxed-iframe-about-blank.html 4. fast/replaced/no-focus-ring-object.html These exist in ToT independent of this patch. I'll look into them in a separate bug later.
WebKit Commit Bot
Comment 6
2013-12-05 06:07:05 PST
Attachment 218508
[details]
did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source/JavaScriptCore/interpreter/CachedCall.h', u'Source/JavaScriptCore/interpreter/CallFrameClosure.h', u'Source/JavaScriptCore/interpreter/Interpreter.cpp', u'Source/JavaScriptCore/interpreter/Interpreter.h', u'Source/JavaScriptCore/interpreter/JSStack.h', u'Source/JavaScriptCore/interpreter/JSStackInlines.h', u'Source/JavaScriptCore/interpreter/ProtoCallFrame.h', u'Source/JavaScriptCore/jit/JITCode.cpp', u'Source/JavaScriptCore/jit/JITCode.h', u'Source/JavaScriptCore/jit/JITExceptions.cpp', u'Source/JavaScriptCore/llint/LLIntCLoop.cpp', u'Source/JavaScriptCore/llint/LLIntCLoop.h', u'Source/JavaScriptCore/llint/LLIntEntrypoint.cpp', u'Source/JavaScriptCore/llint/LLIntOpcode.h', u'Source/JavaScriptCore/llint/LLIntThunks.cpp', u'Source/JavaScriptCore/llint/LLIntThunks.h', u'Source/JavaScriptCore/llint/LowLevelInterpreter.cpp', u'Source/JavaScriptCore/runtime/Executable.h', u'Source/JavaScriptCore/runtime/JSArray.cpp', u'Source/JavaScriptCore/runtime/StringPrototype.cpp', u'Source/JavaScriptCore/runtime/VM.cpp', '--commit-queue']" exit_code: 1 ERROR: Source/JavaScriptCore/ChangeLog:17: Line contains tab character. [whitespace/tab] [5] Total errors found: 1 in 19 files If any of these errors are false positives, please file a bug against check-webkit-style.
Filip Pizlo
Comment 7
2013-12-05 07:37:33 PST
Comment on
attachment 218508
[details]
patch 2: JIT issue fixed. Lgtm but I think it could use a second review.
Michael Saboff
Comment 8
2013-12-05 08:11:06 PST
Comment on
attachment 218508
[details]
patch 2: JIT issue fixed. r=me. Fix the tab in the change log.
Mark Lam
Comment 9
2013-12-05 12:31:46 PST
Thanks for the reviews. Landed in
r160186
: <
http://trac.webkit.org/r160186
>.
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