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

Side by Side 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: Addressed review comments. Created 6 years, 10 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
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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 '../../src/hydrogen-range-analysis.cc', 413 '../../src/hydrogen-range-analysis.cc',
414 '../../src/hydrogen-range-analysis.h', 414 '../../src/hydrogen-range-analysis.h',
415 '../../src/hydrogen-redundant-phi.cc', 415 '../../src/hydrogen-redundant-phi.cc',
416 '../../src/hydrogen-redundant-phi.h', 416 '../../src/hydrogen-redundant-phi.h',
417 '../../src/hydrogen-removable-simulates.cc', 417 '../../src/hydrogen-removable-simulates.cc',
418 '../../src/hydrogen-removable-simulates.h', 418 '../../src/hydrogen-removable-simulates.h',
419 '../../src/hydrogen-representation-changes.cc', 419 '../../src/hydrogen-representation-changes.cc',
420 '../../src/hydrogen-representation-changes.h', 420 '../../src/hydrogen-representation-changes.h',
421 '../../src/hydrogen-sce.cc', 421 '../../src/hydrogen-sce.cc',
422 '../../src/hydrogen-sce.h', 422 '../../src/hydrogen-sce.h',
423 '../../src/hydrogen-store-elimination.cc',
424 '../../src/hydrogen-store-elimination.h',
423 '../../src/hydrogen-uint32-analysis.cc', 425 '../../src/hydrogen-uint32-analysis.cc',
424 '../../src/hydrogen-uint32-analysis.h', 426 '../../src/hydrogen-uint32-analysis.h',
425 '../../src/i18n.cc', 427 '../../src/i18n.cc',
426 '../../src/i18n.h', 428 '../../src/i18n.h',
427 '../../src/icu_util.cc', 429 '../../src/icu_util.cc',
428 '../../src/icu_util.h', 430 '../../src/icu_util.h',
429 '../../src/ic-inl.h', 431 '../../src/ic-inl.h',
430 '../../src/ic.cc', 432 '../../src/ic.cc',
431 '../../src/ic.h', 433 '../../src/ic.h',
432 '../../src/incremental-marking.cc', 434 '../../src/incremental-marking.cc',
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
1119 }], 1121 }],
1120 ['v8_compress_startup_data=="bz2"', { 1122 ['v8_compress_startup_data=="bz2"', {
1121 'libraries': [ 1123 'libraries': [
1122 '-lbz2', 1124 '-lbz2',
1123 ] 1125 ]
1124 }], 1126 }],
1125 ], 1127 ],
1126 }, 1128 },
1127 ], 1129 ],
1128 } 1130 }
OLDNEW
« src/hydrogen-instructions.cc ('K') | « test/mjsunit/compiler/store-elimination.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698