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

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

Issue 684693002: Revert "[turbofan] Merge GenericNode with Node." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: 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"
8 #include "src/compiler/instruction.h" 9 #include "src/compiler/instruction.h"
9 #include "src/compiler/instruction-selector.h" 10 #include "src/compiler/instruction-selector.h"
10 #include "src/compiler/linkage.h" 11 #include "src/compiler/linkage.h"
11 12
12 namespace v8 { 13 namespace v8 {
13 namespace internal { 14 namespace internal {
14 namespace compiler { 15 namespace compiler {
15 16
16 // A helper class for the instruction selector that simplifies construction of 17 // A helper class for the instruction selector that simplifies construction of
17 // Operands. This class implements a base for architecture-specific helpers. 18 // Operands. This class implements a base for architecture-specific helpers.
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 : (frame_state_descriptor->GetTotalSize() + 361 : (frame_state_descriptor->GetTotalSize() +
361 1); // Include deopt id. 362 1); // Include deopt id.
362 } 363 }
363 }; 364 };
364 365
365 } // namespace compiler 366 } // namespace compiler
366 } // namespace internal 367 } // namespace internal
367 } // namespace v8 368 } // namespace v8
368 369
369 #endif // V8_COMPILER_INSTRUCTION_SELECTOR_IMPL_H_ 370 #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