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

Unified Diff: src/globals.h

Issue 1114163005: [turbofan] Fix tail call optimization. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 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/globals.h
diff --git a/src/globals.h b/src/globals.h
index f70ddf3cddfef07ffb523752d5ee05ed1ba90355..e71314f9c1af9558e6e249e16cdaab7dca870397 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -454,8 +454,6 @@ enum GarbageCollector { SCAVENGER, MARK_COMPACTOR };
enum Executability { NOT_EXECUTABLE, EXECUTABLE };
-enum CallMode { NORMAL_CALL, TAIL_CALL };
-
enum VisitMode {
VISIT_ALL,
VISIT_ALL_IN_SCAVENGE,

Powered by Google App Engine
This is Rietveld 408576698