Chromium Code Reviews

Unified Diff: tools/gyp/v8.gyp

Issue 100253004: First implementation of store elimination. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index a1134f0411826ee11ea1de3cde00a376bc4cb135..d639381527e3ad636118d2eae6e23101f41f524c 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -423,6 +423,8 @@
'../../src/hydrogen-representation-changes.h',
'../../src/hydrogen-sce.cc',
'../../src/hydrogen-sce.h',
+ '../../src/hydrogen-store-elimination.cc',
+ '../../src/hydrogen-store-elimination.h',
'../../src/hydrogen-uint32-analysis.cc',
'../../src/hydrogen-uint32-analysis.h',
'../../src/i18n.cc',
« src/hydrogen-store-elimination.cc ('K') | « test/mjsunit/compiler/store-elimination.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine