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

Unified Diff: BUILD.gn

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: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 424738cff2bc39089f6052984519db5a48076340..233499b71025ebfa04fb9171015f7c44fdf3a19f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -678,6 +678,8 @@ source_set("v8_base") {
"src/compiler/source-position.h",
"src/compiler/state-values-utils.cc",
"src/compiler/state-values-utils.h",
+ "src/compiler/tail-call-optimization.cc",
+ "src/compiler/tail-call-optimization.h",
"src/compiler/typer.cc",
"src/compiler/typer.h",
"src/compiler/value-numbering-reducer.cc",
« no previous file with comments | « no previous file | src/compiler/arm/instruction-selector-arm.cc » ('j') | src/compiler/arm/instruction-selector-arm.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698