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

Side by Side Diff: src/compiler/instruction-selector-impl.h

Issue 676353002: [turbofan] Merge GenericNode with Node. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix Win64 build Created 6 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « src/compiler/instruction.cc ('k') | src/compiler/js-context-specialization.cc » ('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 #ifndef V8_COMPILER_INSTRUCTION_SELECTOR_IMPL_H_ 5 #ifndef V8_COMPILER_INSTRUCTION_SELECTOR_IMPL_H_
6 #define V8_COMPILER_INSTRUCTION_SELECTOR_IMPL_H_ 6 #define V8_COMPILER_INSTRUCTION_SELECTOR_IMPL_H_
7 7
8 #include "src/compiler/generic-node-inl.h"
9 #include "src/compiler/instruction.h" 8 #include "src/compiler/instruction.h"
10 #include "src/compiler/instruction-selector.h" 9 #include "src/compiler/instruction-selector.h"
11 #include "src/compiler/linkage.h" 10 #include "src/compiler/linkage.h"
12 11
13 namespace v8 { 12 namespace v8 {
14 namespace internal { 13 namespace internal {
15 namespace compiler { 14 namespace compiler {
16 15
17 // A helper class for the instruction selector that simplifies construction of 16 // A helper class for the instruction selector that simplifies construction of
18 // Operands. This class implements a base for architecture-specific helpers. 17 // Operands. This class implements a base for architecture-specific helpers.
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 : (frame_state_descriptor->GetTotalSize() + 360 : (frame_state_descriptor->GetTotalSize() +
362 1); // Include deopt id. 361 1); // Include deopt id.
363 } 362 }
364 }; 363 };
365 364
366 } // namespace compiler 365 } // namespace compiler
367 } // namespace internal 366 } // namespace internal
368 } // namespace v8 367 } // namespace v8
369 368
370 #endif // V8_COMPILER_INSTRUCTION_SELECTOR_IMPL_H_ 369 #endif // V8_COMPILER_INSTRUCTION_SELECTOR_IMPL_H_
OLDNEW
« no previous file with comments | « src/compiler/instruction.cc ('k') | src/compiler/js-context-specialization.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698