Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Side by Side Diff: src/compiler/js-typed-lowering.cc

Issue 922633002: [turbofan] Merge node-aux-data-inl.h into node-aux-data.h. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « src/compiler/js-inlining.cc ('k') | src/compiler/node-aux-data.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2014 the V8 project authors. All rights reserved. 1 // Copyright 2014 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "src/compiler/access-builder.h" 5 #include "src/compiler/access-builder.h"
6 #include "src/compiler/js-graph.h" 6 #include "src/compiler/js-graph.h"
7 #include "src/compiler/js-typed-lowering.h" 7 #include "src/compiler/js-typed-lowering.h"
8 #include "src/compiler/node-aux-data-inl.h"
9 #include "src/compiler/node-matchers.h" 8 #include "src/compiler/node-matchers.h"
10 #include "src/compiler/node-properties.h" 9 #include "src/compiler/node-properties.h"
11 #include "src/compiler/operator-properties.h" 10 #include "src/compiler/operator-properties.h"
12 #include "src/types.h" 11 #include "src/types.h"
13 12
14 namespace v8 { 13 namespace v8 {
15 namespace internal { 14 namespace internal {
16 namespace compiler { 15 namespace compiler {
17 16
18 // TODO(turbofan): js-typed-lowering improvements possible 17 // TODO(turbofan): js-typed-lowering improvements possible
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 } 1008 }
1010 1009
1011 1010
1012 MachineOperatorBuilder* JSTypedLowering::machine() const { 1011 MachineOperatorBuilder* JSTypedLowering::machine() const {
1013 return jsgraph()->machine(); 1012 return jsgraph()->machine();
1014 } 1013 }
1015 1014
1016 } // namespace compiler 1015 } // namespace compiler
1017 } // namespace internal 1016 } // namespace internal
1018 } // namespace v8 1017 } // namespace v8
OLDNEW
« no previous file with comments | « src/compiler/js-inlining.cc ('k') | src/compiler/node-aux-data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698