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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« src/hydrogen-alias-analysis.h ('K') | « src/hydrogen-alias-analysis.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 '../../src/handles.h', 329 '../../src/handles.h',
330 '../../src/hashmap.h', 330 '../../src/hashmap.h',
331 '../../src/heap-inl.h', 331 '../../src/heap-inl.h',
332 '../../src/heap-profiler.cc', 332 '../../src/heap-profiler.cc',
333 '../../src/heap-profiler.h', 333 '../../src/heap-profiler.h',
334 '../../src/heap-snapshot-generator-inl.h', 334 '../../src/heap-snapshot-generator-inl.h',
335 '../../src/heap-snapshot-generator.cc', 335 '../../src/heap-snapshot-generator.cc',
336 '../../src/heap-snapshot-generator.h', 336 '../../src/heap-snapshot-generator.h',
337 '../../src/heap.cc', 337 '../../src/heap.cc',
338 '../../src/heap.h', 338 '../../src/heap.h',
339 '../../src/hydrogen-alias-analysis.h',
339 '../../src/hydrogen-bce.cc', 340 '../../src/hydrogen-bce.cc',
340 '../../src/hydrogen-bce.h', 341 '../../src/hydrogen-bce.h',
341 '../../src/hydrogen-bch.cc', 342 '../../src/hydrogen-bch.cc',
342 '../../src/hydrogen-bch.h', 343 '../../src/hydrogen-bch.h',
343 '../../src/hydrogen-canonicalize.cc', 344 '../../src/hydrogen-canonicalize.cc',
344 '../../src/hydrogen-canonicalize.h', 345 '../../src/hydrogen-canonicalize.h',
345 '../../src/hydrogen-dce.cc', 346 '../../src/hydrogen-dce.cc',
346 '../../src/hydrogen-dce.h', 347 '../../src/hydrogen-dce.h',
347 '../../src/hydrogen-dehoist.cc', 348 '../../src/hydrogen-dehoist.cc',
348 '../../src/hydrogen-dehoist.h', 349 '../../src/hydrogen-dehoist.h',
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 }], 1072 }],
1072 ['v8_compress_startup_data=="bz2"', { 1073 ['v8_compress_startup_data=="bz2"', {
1073 'libraries': [ 1074 'libraries': [
1074 '-lbz2', 1075 '-lbz2',
1075 ] 1076 ]
1076 }], 1077 }],
1077 ], 1078 ],
1078 }, 1079 },
1079 ], 1080 ],
1080 } 1081 }
OLDNEW
« 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