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

Unified Diff: BUILD.gn

Issue 1460183002: [turbofan] Add general support for sp-based frame access (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: All platforms Created 5 years, 1 month 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
« no previous file with comments | « no previous file | src/compiler/arm/code-generator-arm.cc » ('j') | src/compiler/code-generator.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b5fe404e5e34e2464ef971299985385cbc3bc253..bfecca3667c018d7c669e43337e747f58cbd3f22 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -753,6 +753,8 @@ source_set("v8_base") {
"src/compiler/diamond.h",
"src/compiler/frame.cc",
"src/compiler/frame.h",
+ "src/compiler/frame-access-state.cc",
+ "src/compiler/frame-access-state.h",
"src/compiler/frame-elider.cc",
"src/compiler/frame-elider.h",
"src/compiler/frame-states.cc",
« no previous file with comments | « no previous file | src/compiler/arm/code-generator-arm.cc » ('j') | src/compiler/code-generator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698