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

Unified Diff: src/compiler/opcodes.h

Issue 509343002: Better typing and type verification (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased and new issues fixed Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index ea8263db15597a9c06664577d6bf879322a5d302..d0aaf7967f6e28131d5788f4cee3cc7a090c07fc 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -21,6 +21,11 @@
V(Start) \
V(End)
+#define CONTROL_OP_LIST(V) \
titzer 2014/10/14 16:13:22 You got this macro twice.
rossberg 2014/10/15 08:59:08 Huh. Probably merge weirdness.
+ INNER_CONTROL_OP_LIST(V) \
+ V(Start) \
+ V(End)
+
// Opcodes for common operators.
#define LEAF_OP_LIST(V) \
V(Int32Constant) \

Powered by Google App Engine
This is Rietveld 408576698