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

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

Issue 593563005: [turbofan] basic block profiler (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 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
« src/isolate.h ('K') | « src/isolate.cc ('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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 '../../src/code-stubs-hydrogen.cc', 373 '../../src/code-stubs-hydrogen.cc',
374 '../../src/code.h', 374 '../../src/code.h',
375 '../../src/codegen.cc', 375 '../../src/codegen.cc',
376 '../../src/codegen.h', 376 '../../src/codegen.h',
377 '../../src/compilation-cache.cc', 377 '../../src/compilation-cache.cc',
378 '../../src/compilation-cache.h', 378 '../../src/compilation-cache.h',
379 '../../src/compiler/access-builder.cc', 379 '../../src/compiler/access-builder.cc',
380 '../../src/compiler/access-builder.h', 380 '../../src/compiler/access-builder.h',
381 '../../src/compiler/ast-graph-builder.cc', 381 '../../src/compiler/ast-graph-builder.cc',
382 '../../src/compiler/ast-graph-builder.h', 382 '../../src/compiler/ast-graph-builder.h',
383 '../../src/compiler/basic-block-profiler.cc',
384 '../../src/compiler/basic-block-profiler.h',
383 '../../src/compiler/change-lowering.cc', 385 '../../src/compiler/change-lowering.cc',
384 '../../src/compiler/change-lowering.h', 386 '../../src/compiler/change-lowering.h',
385 '../../src/compiler/code-generator-impl.h', 387 '../../src/compiler/code-generator-impl.h',
386 '../../src/compiler/code-generator.cc', 388 '../../src/compiler/code-generator.cc',
387 '../../src/compiler/code-generator.h', 389 '../../src/compiler/code-generator.h',
388 '../../src/compiler/common-node-cache.h', 390 '../../src/compiler/common-node-cache.h',
389 '../../src/compiler/common-operator.cc', 391 '../../src/compiler/common-operator.cc',
390 '../../src/compiler/common-operator.h', 392 '../../src/compiler/common-operator.h',
391 '../../src/compiler/control-builders.cc', 393 '../../src/compiler/control-builders.cc',
392 '../../src/compiler/control-builders.h', 394 '../../src/compiler/control-builders.h',
(...skipping 1264 matching lines...) Expand 10 before | Expand all | Expand 10 after
1657 }], 1659 }],
1658 ['v8_compress_startup_data=="bz2"', { 1660 ['v8_compress_startup_data=="bz2"', {
1659 'libraries': [ 1661 'libraries': [
1660 '-lbz2', 1662 '-lbz2',
1661 ] 1663 ]
1662 }], 1664 }],
1663 ], 1665 ],
1664 }, 1666 },
1665 ], 1667 ],
1666 } 1668 }
OLDNEW
« src/isolate.h ('K') | « src/isolate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698