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

Unified Diff: BUILD.gn

Issue 2607993003: FFI Compiler based on code stub assembler (Closed)
Patch Set: Add implementation todos Created 3 years, 11 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
« no previous file with comments | « no previous file | src/compiler/code-assembler.h » ('j') | src/compiler/code-assembler.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 0daea44e822dc5c6b2469e7acabf14192e05b0aa..4f8f17b815b85985ab7142d683b8453f4fb24ff9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1068,6 +1068,8 @@ v8_source_set("v8_base") {
"src/compiler/escape-analysis-reducer.h",
"src/compiler/escape-analysis.cc",
"src/compiler/escape-analysis.h",
+ "src/compiler/ffi-compiler.cc",
+ "src/compiler/ffi-compiler.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/code-assembler.h » ('j') | src/compiler/code-assembler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698