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

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: Rebase 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..4a0c7cf587d7c2d929c64cd7839c752842d9a8d3 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -57,6 +57,9 @@
V(Call) \
V(Parameter) \
V(OsrValue) \
+ V(LoopExit) \
+ V(LoopExitMarker) \
Michael Starzinger 2016/07/14 12:13:36 nit: How would you feel about naming this "LoopExi
Jarin 2016/07/14 12:51:34 Done.
+ V(LoopExitEffect) \
V(Projection)
#define COMMON_OP_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698