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

Unified Diff: src/compiler/opcodes.h

Issue 2140673007: [turbofan] Introduce explicit loop exits markers. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix Created 4 years, 5 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 d2f82ade3bc591742c0fc2ef42560a7c2550b196..b88bd495ccf156eae556fe7758af63dadd2ad272 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -57,6 +57,9 @@
V(Call) \
V(Parameter) \
V(OsrValue) \
+ V(LoopExit) \
Michael Starzinger 2016/07/14 13:09:40 suggestion: Technically this is a control node, we
+ V(LoopExitValue) \
+ V(LoopExitEffect) \
V(Projection)
#define COMMON_OP_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698