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

Unified Diff: src/v8.gyp

Issue 2060673002: [turbofan] Retiring Greedy Allocator (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 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 | « src/flag-definitions.h ('k') | test/unittests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 685df6e6c443985f1b957f7ed2d2f9733e3e8a5b..d827b0da447e1ff17b131ac9f10464f07994f162 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -507,8 +507,6 @@
'compiler/c-linkage.cc',
'compiler/checkpoint-elimination.cc',
'compiler/checkpoint-elimination.h',
- 'compiler/coalesced-live-ranges.cc',
- 'compiler/coalesced-live-ranges.h',
'compiler/code-generator-impl.h',
'compiler/code-generator.cc',
'compiler/code-generator.h',
@@ -553,8 +551,6 @@
'compiler/graph-visualizer.h',
'compiler/graph.cc',
'compiler/graph.h',
- 'compiler/greedy-allocator.cc',
- 'compiler/greedy-allocator.h',
'compiler/instruction-codes.h',
'compiler/instruction-selector-impl.h',
'compiler/instruction-selector.cc',
« no previous file with comments | « src/flag-definitions.h ('k') | test/unittests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698