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

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

Issue 663373003: Assign bailout and type feedback IDs in a post-pass (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/cctest/test-parsing.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 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 '../../src/api.cc', 342 '../../src/api.cc',
343 '../../src/api.h', 343 '../../src/api.h',
344 '../../src/arguments.cc', 344 '../../src/arguments.cc',
345 '../../src/arguments.h', 345 '../../src/arguments.h',
346 '../../src/assembler.cc', 346 '../../src/assembler.cc',
347 '../../src/assembler.h', 347 '../../src/assembler.h',
348 '../../src/assert-scope.h', 348 '../../src/assert-scope.h',
349 '../../src/assert-scope.cc', 349 '../../src/assert-scope.cc',
350 '../../src/ast-value-factory.cc', 350 '../../src/ast-value-factory.cc',
351 '../../src/ast-value-factory.h', 351 '../../src/ast-value-factory.h',
352 '../../src/ast-numbering.cc',
353 '../../src/ast-numbering.h',
352 '../../src/ast.cc', 354 '../../src/ast.cc',
353 '../../src/ast.h', 355 '../../src/ast.h',
354 '../../src/background-parsing-task.cc', 356 '../../src/background-parsing-task.cc',
355 '../../src/background-parsing-task.h', 357 '../../src/background-parsing-task.h',
356 '../../src/bailout-reason.cc', 358 '../../src/bailout-reason.cc',
357 '../../src/bailout-reason.h', 359 '../../src/bailout-reason.h',
358 '../../src/basic-block-profiler.cc', 360 '../../src/basic-block-profiler.cc',
359 '../../src/basic-block-profiler.h', 361 '../../src/basic-block-profiler.h',
360 '../../src/bignum-dtoa.cc', 362 '../../src/bignum-dtoa.cc',
361 '../../src/bignum-dtoa.h', 363 '../../src/bignum-dtoa.h',
(...skipping 1357 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/cctest/test-parsing.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698