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

Unified Diff: tools/gyp/v8.gyp

Issue 23516010: Implement simplistic local alias analysis, which will be used in both check elimination and load el… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Make AliasAnalyzer::MayAlias more conservative and add AliasAnalyzer::ActualValue. Created 7 years, 3 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
« src/hydrogen-alias-analysis.h ('K') | « src/hydrogen-alias-analysis.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index 5d4933a9f0a39accdba9c5bb36db939a47542b9c..4f629ff20e9535b9044b8e7dbf2d52e1d20dcba4 100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -336,6 +336,7 @@
'../../src/heap-snapshot-generator.h',
'../../src/heap.cc',
'../../src/heap.h',
+ '../../src/hydrogen-alias-analysis.h',
'../../src/hydrogen-bce.cc',
'../../src/hydrogen-bce.h',
'../../src/hydrogen-bch.cc',
« src/hydrogen-alias-analysis.h ('K') | « src/hydrogen-alias-analysis.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698