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

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

Issue 584573003: Add JSBuiltinReducer for inlining well-known builtins. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments by Ben Titzer. Created 6 years, 3 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-js-typed-lowering.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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 '../../src/compiler/graph-visualizer.cc', 408 '../../src/compiler/graph-visualizer.cc',
409 '../../src/compiler/graph-visualizer.h', 409 '../../src/compiler/graph-visualizer.h',
410 '../../src/compiler/graph.cc', 410 '../../src/compiler/graph.cc',
411 '../../src/compiler/graph.h', 411 '../../src/compiler/graph.h',
412 '../../src/compiler/instruction-codes.h', 412 '../../src/compiler/instruction-codes.h',
413 '../../src/compiler/instruction-selector-impl.h', 413 '../../src/compiler/instruction-selector-impl.h',
414 '../../src/compiler/instruction-selector.cc', 414 '../../src/compiler/instruction-selector.cc',
415 '../../src/compiler/instruction-selector.h', 415 '../../src/compiler/instruction-selector.h',
416 '../../src/compiler/instruction.cc', 416 '../../src/compiler/instruction.cc',
417 '../../src/compiler/instruction.h', 417 '../../src/compiler/instruction.h',
418 '../../src/compiler/js-builtin-reducer.cc',
419 '../../src/compiler/js-builtin-reducer.h',
418 '../../src/compiler/js-context-specialization.cc', 420 '../../src/compiler/js-context-specialization.cc',
419 '../../src/compiler/js-context-specialization.h', 421 '../../src/compiler/js-context-specialization.h',
420 '../../src/compiler/js-generic-lowering.cc', 422 '../../src/compiler/js-generic-lowering.cc',
421 '../../src/compiler/js-generic-lowering.h', 423 '../../src/compiler/js-generic-lowering.h',
422 '../../src/compiler/js-graph.cc', 424 '../../src/compiler/js-graph.cc',
423 '../../src/compiler/js-graph.h', 425 '../../src/compiler/js-graph.h',
424 '../../src/compiler/js-inlining.cc', 426 '../../src/compiler/js-inlining.cc',
425 '../../src/compiler/js-inlining.h', 427 '../../src/compiler/js-inlining.h',
426 '../../src/compiler/js-operator.h', 428 '../../src/compiler/js-operator.h',
427 '../../src/compiler/js-typed-lowering.cc', 429 '../../src/compiler/js-typed-lowering.cc',
(...skipping 1227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1655 }], 1657 }],
1656 ['v8_compress_startup_data=="bz2"', { 1658 ['v8_compress_startup_data=="bz2"', {
1657 'libraries': [ 1659 'libraries': [
1658 '-lbz2', 1660 '-lbz2',
1659 ] 1661 ]
1660 }], 1662 }],
1661 ], 1663 ],
1662 }, 1664 },
1663 ], 1665 ],
1664 } 1666 }
OLDNEW
« no previous file with comments | « test/cctest/compiler/test-js-typed-lowering.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698