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

Unified Diff: src/v8.gyp

Issue 2280673003: [turbofan] Separate typed optimizations from JSTypedLowering. (Closed)
Patch Set: Created 4 years, 4 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/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index b75a971a7b40f74588d7b1e507fffb66bcd2d4d3..c77db074c516eb5397ffd179684ad1357ecbd7d0 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -723,6 +723,8 @@
'compiler/type-hint-analyzer.h',
'compiler/type-hints.cc',
'compiler/type-hints.h',
+ 'compiler/typed-optimization.cc',
+ 'compiler/typed-optimization.h',
'compiler/typer.cc',
'compiler/typer.h',
'compiler/unwinding-info-writer.h',

Powered by Google App Engine
This is Rietveld 408576698