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

Side by Side Diff: tools/gyp/v8.gyp

Issue 23866016: Implement local check elimination on basic blocks. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 '../../src/heap-snapshot-generator.h', 326 '../../src/heap-snapshot-generator.h',
327 '../../src/heap.cc', 327 '../../src/heap.cc',
328 '../../src/heap.h', 328 '../../src/heap.h',
329 '../../src/hydrogen-alias-analysis.h', 329 '../../src/hydrogen-alias-analysis.h',
330 '../../src/hydrogen-bce.cc', 330 '../../src/hydrogen-bce.cc',
331 '../../src/hydrogen-bce.h', 331 '../../src/hydrogen-bce.h',
332 '../../src/hydrogen-bch.cc', 332 '../../src/hydrogen-bch.cc',
333 '../../src/hydrogen-bch.h', 333 '../../src/hydrogen-bch.h',
334 '../../src/hydrogen-canonicalize.cc', 334 '../../src/hydrogen-canonicalize.cc',
335 '../../src/hydrogen-canonicalize.h', 335 '../../src/hydrogen-canonicalize.h',
336 '../../src/hydrogen-check-elimination.cc',
337 '../../src/hydrogen-check-elimination.h',
336 '../../src/hydrogen-dce.cc', 338 '../../src/hydrogen-dce.cc',
337 '../../src/hydrogen-dce.h', 339 '../../src/hydrogen-dce.h',
338 '../../src/hydrogen-dehoist.cc', 340 '../../src/hydrogen-dehoist.cc',
339 '../../src/hydrogen-dehoist.h', 341 '../../src/hydrogen-dehoist.h',
340 '../../src/hydrogen-deoptimizing-mark.cc', 342 '../../src/hydrogen-deoptimizing-mark.cc',
341 '../../src/hydrogen-deoptimizing-mark.h', 343 '../../src/hydrogen-deoptimizing-mark.h',
342 '../../src/hydrogen-environment-liveness.cc', 344 '../../src/hydrogen-environment-liveness.cc',
343 '../../src/hydrogen-environment-liveness.h', 345 '../../src/hydrogen-environment-liveness.h',
344 '../../src/hydrogen-escape-analysis.cc', 346 '../../src/hydrogen-escape-analysis.cc',
345 '../../src/hydrogen-escape-analysis.h', 347 '../../src/hydrogen-escape-analysis.h',
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 }], 1044 }],
1043 ['v8_compress_startup_data=="bz2"', { 1045 ['v8_compress_startup_data=="bz2"', {
1044 'libraries': [ 1046 'libraries': [
1045 '-lbz2', 1047 '-lbz2',
1046 ] 1048 ]
1047 }], 1049 }],
1048 ], 1050 ],
1049 }, 1051 },
1050 ], 1052 ],
1051 } 1053 }
OLDNEW
« src/hydrogen-check-elimination.cc ('K') | « test/cctest/test-unique.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698