Bug 107381 - Inserting a node into the DFG graph should not require five lines of code
Summary: Inserting a node into the DFG graph should not require five lines of code
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 106868
  Show dependency treegraph
 
Reported: 2013-01-19 14:36 PST by Filip Pizlo
Modified: 2013-01-20 11:31 PST (History)
9 users (show)

See Also:


Attachments
work in progress (46.60 KB, patch)
2013-01-19 14:38 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (58.92 KB, patch)
2013-01-19 18:21 PST, Filip Pizlo
eflews.bot: commit-queue-
Details | Formatted Diff | Diff
the patch (58.94 KB, patch)
2013-01-19 18:36 PST, Filip Pizlo
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-01-19 14:36:38 PST
Patch forthcoming
Comment 1 Filip Pizlo 2013-01-19 14:38:01 PST
Created attachment 183634 [details]
work in progress
Comment 2 Filip Pizlo 2013-01-19 18:21:14 PST
Created attachment 183648 [details]
the patch
Comment 3 WebKit Review Bot 2013-01-19 18:27:05 PST
Attachment 183648 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/dfg/DFGVariadicFunction.h:46:  Extra space before )  [whitespace/parens] [2]
Source/JavaScriptCore/dfg/DFGBasicBlock.h:105:  The parameter name "graph" adds no information, so it should be removed.  [readability/parameter_name] [5]
Source/JavaScriptCore/dfg/DFGBasicBlock.h:105:  The parameter name "refChildrenMode" adds no information, so it should be removed.  [readability/parameter_name] [5]
Source/JavaScriptCore/dfg/DFGBasicBlock.h:105:  The parameter name "refNodeMode" adds no information, so it should be removed.  [readability/parameter_name] [5]
Source/JavaScriptCore/dfg/DFGBasicBlock.h:105:  The parameter name "valueParams" adds no information, so it should be removed.  [readability/parameter_name] [5]
Source/JavaScriptCore/dfg/DFGFixupPhase.cpp:549:  Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]
Total errors found: 6 in 16 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 EFL EWS Bot 2013-01-19 18:30:20 PST
Comment on attachment 183648 [details]
the patch

Attachment 183648 [details] did not pass efl-ews (efl):
Output: http://queues.webkit.org/results/15978380
Comment 5 Early Warning System Bot 2013-01-19 18:33:58 PST
Comment on attachment 183648 [details]
the patch

Attachment 183648 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/15967396
Comment 6 Filip Pizlo 2013-01-19 18:36:02 PST
Created attachment 183650 [details]
the patch
Comment 7 WebKit Review Bot 2013-01-19 18:42:52 PST
Attachment 183650 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1
Source/JavaScriptCore/dfg/DFGVariadicFunction.h:46:  Extra space before )  [whitespace/parens] [2]
Source/JavaScriptCore/dfg/DFGBasicBlock.h:105:  The parameter name "valueParams" adds no information, so it should be removed.  [readability/parameter_name] [5]
Total errors found: 2 in 16 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 Filip Pizlo 2013-01-20 11:31:45 PST
Landed in http://trac.webkit.org/changeset/140275