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

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

Issue 481413002: Revert "Add initial support for inlining." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 4 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/compiler/test-run-inlining.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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 '../../src/compiler/instruction-selector.cc', 377 '../../src/compiler/instruction-selector.cc',
378 '../../src/compiler/instruction-selector.h', 378 '../../src/compiler/instruction-selector.h',
379 '../../src/compiler/instruction.cc', 379 '../../src/compiler/instruction.cc',
380 '../../src/compiler/instruction.h', 380 '../../src/compiler/instruction.h',
381 '../../src/compiler/js-context-specialization.cc', 381 '../../src/compiler/js-context-specialization.cc',
382 '../../src/compiler/js-context-specialization.h', 382 '../../src/compiler/js-context-specialization.h',
383 '../../src/compiler/js-generic-lowering.cc', 383 '../../src/compiler/js-generic-lowering.cc',
384 '../../src/compiler/js-generic-lowering.h', 384 '../../src/compiler/js-generic-lowering.h',
385 '../../src/compiler/js-graph.cc', 385 '../../src/compiler/js-graph.cc',
386 '../../src/compiler/js-graph.h', 386 '../../src/compiler/js-graph.h',
387 '../../src/compiler/js-inlining.cc',
388 '../../src/compiler/js-inlining.h',
389 '../../src/compiler/js-operator.h', 387 '../../src/compiler/js-operator.h',
390 '../../src/compiler/js-typed-lowering.cc', 388 '../../src/compiler/js-typed-lowering.cc',
391 '../../src/compiler/js-typed-lowering.h', 389 '../../src/compiler/js-typed-lowering.h',
392 '../../src/compiler/linkage-impl.h', 390 '../../src/compiler/linkage-impl.h',
393 '../../src/compiler/linkage.cc', 391 '../../src/compiler/linkage.cc',
394 '../../src/compiler/linkage.h', 392 '../../src/compiler/linkage.h',
395 '../../src/compiler/machine-node-factory.h', 393 '../../src/compiler/machine-node-factory.h',
396 '../../src/compiler/machine-operator-reducer.cc', 394 '../../src/compiler/machine-operator-reducer.cc',
397 '../../src/compiler/machine-operator-reducer.h', 395 '../../src/compiler/machine-operator-reducer.h',
398 '../../src/compiler/machine-operator.h', 396 '../../src/compiler/machine-operator.h',
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 }], 1528 }],
1531 ['v8_compress_startup_data=="bz2"', { 1529 ['v8_compress_startup_data=="bz2"', {
1532 'libraries': [ 1530 'libraries': [
1533 '-lbz2', 1531 '-lbz2',
1534 ] 1532 ]
1535 }], 1533 }],
1536 ], 1534 ],
1537 }, 1535 },
1538 ], 1536 ],
1539 } 1537 }
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-run-inlining.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698