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

Unified Diff: src/compiler/frame-states.h

Issue 1485183002: [turbofan] Deopt support for escape analysis (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@ea-local
Patch Set: Fix --always-opt triggered bug Created 5 years 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/frame-states.h
diff --git a/src/compiler/frame-states.h b/src/compiler/frame-states.h
index 8ab4d138d7d3fd76eedc6efbeb023254c46beb79..49d215c5c6e523795d80d33b0b489ac0b5259c81 100644
--- a/src/compiler/frame-states.h
+++ b/src/compiler/frame-states.h
@@ -13,6 +13,7 @@ namespace internal {
// Forward declarations.
class SharedFunctionInfo;
+class Translation;
namespace compiler {

Powered by Google App Engine
This is Rietveld 408576698