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

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

Issue 665893006: [turbofan] add ZonePool to correctly track compiler phase memory usage (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
« no previous file with comments | « test/unittests/unittests.gyp ('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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 '../../src/compiler/simplified-operator.cc', 487 '../../src/compiler/simplified-operator.cc',
488 '../../src/compiler/simplified-operator.h', 488 '../../src/compiler/simplified-operator.h',
489 '../../src/compiler/source-position.cc', 489 '../../src/compiler/source-position.cc',
490 '../../src/compiler/source-position.h', 490 '../../src/compiler/source-position.h',
491 '../../src/compiler/typer.cc', 491 '../../src/compiler/typer.cc',
492 '../../src/compiler/typer.h', 492 '../../src/compiler/typer.h',
493 '../../src/compiler/value-numbering-reducer.cc', 493 '../../src/compiler/value-numbering-reducer.cc',
494 '../../src/compiler/value-numbering-reducer.h', 494 '../../src/compiler/value-numbering-reducer.h',
495 '../../src/compiler/verifier.cc', 495 '../../src/compiler/verifier.cc',
496 '../../src/compiler/verifier.h', 496 '../../src/compiler/verifier.h',
497 '../../src/compiler/zone-pool.cc',
498 '../../src/compiler/zone-pool.h',
497 '../../src/compiler.cc', 499 '../../src/compiler.cc',
498 '../../src/compiler.h', 500 '../../src/compiler.h',
499 '../../src/contexts.cc', 501 '../../src/contexts.cc',
500 '../../src/contexts.h', 502 '../../src/contexts.h',
501 '../../src/conversions-inl.h', 503 '../../src/conversions-inl.h',
502 '../../src/conversions.cc', 504 '../../src/conversions.cc',
503 '../../src/conversions.h', 505 '../../src/conversions.h',
504 '../../src/counters.cc', 506 '../../src/counters.cc',
505 '../../src/counters.h', 507 '../../src/counters.h',
506 '../../src/cpu-profiler-inl.h', 508 '../../src/cpu-profiler-inl.h',
(...skipping 1212 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 }], 1721 }],
1720 ['v8_compress_startup_data=="bz2"', { 1722 ['v8_compress_startup_data=="bz2"', {
1721 'libraries': [ 1723 'libraries': [
1722 '-lbz2', 1724 '-lbz2',
1723 ] 1725 ]
1724 }], 1726 }],
1725 ], 1727 ],
1726 }, 1728 },
1727 ], 1729 ],
1728 } 1730 }
OLDNEW
« no previous file with comments | « test/unittests/unittests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698