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

Unified Diff: src/compiler/operator.h

Issue 1476063002: [turbofan] Implemented the TruncateFloat32ToInt64 TurboFan operator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Increased the type of opcodes from uint8_t to uint16_t. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/opcodes.h ('k') | src/compiler/ppc/instruction-selector-ppc.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/operator.h
diff --git a/src/compiler/operator.h b/src/compiler/operator.h
index 026ecba1d44f47eb1a189f9cc7f8114fb5694a1f..fa85d599cdf753dd0c3c16fff1dc5860b6ed9a91 100644
--- a/src/compiler/operator.h
+++ b/src/compiler/operator.h
@@ -30,7 +30,7 @@ namespace compiler {
// meaningful to the operator itself.
class Operator : public ZoneObject {
public:
- typedef uint8_t Opcode;
+ typedef uint16_t Opcode;
// Properties inform the operator-independent optimizer about legal
// transformations for nodes that have this operator.
« no previous file with comments | « src/compiler/opcodes.h ('k') | src/compiler/ppc/instruction-selector-ppc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698