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 142036
DFG SSA stack accesses shouldn't speak of VariableAccessDatas
https://bugs.webkit.org/show_bug.cgi?id=142036
Summary
DFG SSA stack accesses shouldn't speak of VariableAccessDatas
Filip Pizlo
Reported
2015-02-25 18:54:48 PST
VariableAccessData is super useful in ThreadedCPS because it allows us to region about things that span basic blocks. It also allows us to do stepwise type inference on variables. But it's purely harmful in SSA. SSA shouldn't speak of it. The main effect of this is that it will allow us to easily introduce new stack accesses.
Attachments
work in progress
(103.83 KB, patch)
2015-02-25 18:56 PST
,
Filip Pizlo
no flags
Details
Formatted Diff
Diff
the patch
(139.62 KB, patch)
2015-02-25 21:17 PST
,
Filip Pizlo
msaboff
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2015-02-25 18:56:11 PST
Created
attachment 247390
[details]
work in progress
Filip Pizlo
Comment 2
2015-02-25 21:17:42 PST
Created
attachment 247402
[details]
the patch
WebKit Commit Bot
Comment 3
2015-02-25 21:19:54 PST
Attachment 247402
[details]
did not pass style-queue: ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:102: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:112: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:224: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:233: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:395: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp:193: More than one command on the same line [whitespace/newline] [4] ERROR: Source/JavaScriptCore/CMakeLists.txt:209: There should be exactly one empty line instead of 0 between "disassembler/ARM64/A64DOpcode.cpp" and "disassembler/ARMv7/ARMv7DOpcode.cpp". [list/emptyline] [5] Total errors found: 7 in 31 files If any of these errors are false positives, please file a bug against check-webkit-style.
Filip Pizlo
Comment 4
2015-02-25 21:25:24 PST
(In reply to
comment #3
)
>
Attachment 247402
[details]
did not pass style-queue: > > > ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:102: Place > brace on its own line for function definitions. [whitespace/braces] [4] > ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:112: Place > brace on its own line for function definitions. [whitespace/braces] [4] > ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:224: Place > brace on its own line for function definitions. [whitespace/braces] [4] > ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:233: Place > brace on its own line for function definitions. [whitespace/braces] [4] > ERROR: Source/JavaScriptCore/dfg/DFGPutStackSinkingPhase.cpp:395: Place > brace on its own line for function definitions. [whitespace/braces] [4]
No.
> ERROR: Source/JavaScriptCore/dfg/DFGStackLayoutPhase.cpp:193: More than one > command on the same line [whitespace/newline] [4]
Fixed.
> ERROR: Source/JavaScriptCore/CMakeLists.txt:209: There should be exactly > one empty line instead of 0 between "disassembler/ARM64/A64DOpcode.cpp" and > "disassembler/ARMv7/ARMv7DOpcode.cpp". [list/emptyline] [5]
No.
> Total errors found: 7 in 31 files > > > If any of these errors are false positives, please file a bug against > check-webkit-style.
Michael Saboff
Comment 5
2015-02-26 10:22:03 PST
Comment on
attachment 247402
[details]
the patch r=me
Filip Pizlo
Comment 6
2015-02-26 11:52:30 PST
Landed in
http://trac.webkit.org/changeset/180691
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