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

Side by Side Diff: src/v8.gyp

Issue 1963583004: [turbofan] Initial version of allocation folding and write barrier elimination. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Jaros comments; Created 4 years, 7 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
« no previous file with comments | « src/s390/builtins-s390.cc ('k') | src/x64/builtins-x64.cc » ('j') | 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 484 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 'compiler/ast-loop-assignment-analyzer.cc', 495 'compiler/ast-loop-assignment-analyzer.cc',
496 'compiler/ast-loop-assignment-analyzer.h', 496 'compiler/ast-loop-assignment-analyzer.h',
497 'compiler/basic-block-instrumentor.cc', 497 'compiler/basic-block-instrumentor.cc',
498 'compiler/basic-block-instrumentor.h', 498 'compiler/basic-block-instrumentor.h',
499 'compiler/branch-elimination.cc', 499 'compiler/branch-elimination.cc',
500 'compiler/branch-elimination.h', 500 'compiler/branch-elimination.h',
501 'compiler/bytecode-branch-analysis.cc', 501 'compiler/bytecode-branch-analysis.cc',
502 'compiler/bytecode-branch-analysis.h', 502 'compiler/bytecode-branch-analysis.h',
503 'compiler/bytecode-graph-builder.cc', 503 'compiler/bytecode-graph-builder.cc',
504 'compiler/bytecode-graph-builder.h', 504 'compiler/bytecode-graph-builder.h',
505 'compiler/change-lowering.cc',
506 'compiler/change-lowering.h',
507 'compiler/c-linkage.cc', 505 'compiler/c-linkage.cc',
508 'compiler/coalesced-live-ranges.cc', 506 'compiler/coalesced-live-ranges.cc',
509 'compiler/coalesced-live-ranges.h', 507 'compiler/coalesced-live-ranges.h',
510 'compiler/code-generator-impl.h', 508 'compiler/code-generator-impl.h',
511 'compiler/code-generator.cc', 509 'compiler/code-generator.cc',
512 'compiler/code-generator.h', 510 'compiler/code-generator.h',
513 'compiler/code-assembler.cc', 511 'compiler/code-assembler.cc',
514 'compiler/code-assembler.h', 512 'compiler/code-assembler.h',
515 'compiler/common-node-cache.cc', 513 'compiler/common-node-cache.cc',
516 'compiler/common-node-cache.h', 514 'compiler/common-node-cache.h',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 'compiler/load-elimination.cc', 600 'compiler/load-elimination.cc',
603 'compiler/load-elimination.h', 601 'compiler/load-elimination.h',
604 'compiler/loop-analysis.cc', 602 'compiler/loop-analysis.cc',
605 'compiler/loop-analysis.h', 603 'compiler/loop-analysis.h',
606 'compiler/loop-peeling.cc', 604 'compiler/loop-peeling.cc',
607 'compiler/loop-peeling.h', 605 'compiler/loop-peeling.h',
608 'compiler/machine-operator-reducer.cc', 606 'compiler/machine-operator-reducer.cc',
609 'compiler/machine-operator-reducer.h', 607 'compiler/machine-operator-reducer.h',
610 'compiler/machine-operator.cc', 608 'compiler/machine-operator.cc',
611 'compiler/machine-operator.h', 609 'compiler/machine-operator.h',
610 'compiler/memory-optimizer.cc',
611 'compiler/memory-optimizer.h',
612 'compiler/move-optimizer.cc', 612 'compiler/move-optimizer.cc',
613 'compiler/move-optimizer.h', 613 'compiler/move-optimizer.h',
614 'compiler/node-aux-data.h', 614 'compiler/node-aux-data.h',
615 'compiler/node-cache.cc', 615 'compiler/node-cache.cc',
616 'compiler/node-cache.h', 616 'compiler/node-cache.h',
617 'compiler/node-marker.cc', 617 'compiler/node-marker.cc',
618 'compiler/node-marker.h', 618 'compiler/node-marker.h',
619 'compiler/node-matchers.cc', 619 'compiler/node-matchers.cc',
620 'compiler/node-matchers.h', 620 'compiler/node-matchers.h',
621 'compiler/node-properties.cc', 621 'compiler/node-properties.cc',
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 }], 2234 }],
2235 ['want_separate_host_toolset==1', { 2235 ['want_separate_host_toolset==1', {
2236 'toolsets': ['host'], 2236 'toolsets': ['host'],
2237 }, { 2237 }, {
2238 'toolsets': ['target'], 2238 'toolsets': ['target'],
2239 }], 2239 }],
2240 ], 2240 ],
2241 }, 2241 },
2242 ], 2242 ],
2243 } 2243 }
OLDNEW
« no previous file with comments | « src/s390/builtins-s390.cc ('k') | src/x64/builtins-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698