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

Side by Side Diff: src/v8.gyp

Issue 2936673005: [turbofan] Refactor property access building. (Closed)
Patch Set: Address reviewer comments Created 3 years, 6 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/compiler/property-access-builder.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 825 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'compiler/operator-properties.cc', 836 'compiler/operator-properties.cc',
837 'compiler/operator-properties.h', 837 'compiler/operator-properties.h',
838 'compiler/operator.cc', 838 'compiler/operator.cc',
839 'compiler/operator.h', 839 'compiler/operator.h',
840 'compiler/osr.cc', 840 'compiler/osr.cc',
841 'compiler/osr.h', 841 'compiler/osr.h',
842 'compiler/pipeline.cc', 842 'compiler/pipeline.cc',
843 'compiler/pipeline.h', 843 'compiler/pipeline.h',
844 'compiler/pipeline-statistics.cc', 844 'compiler/pipeline-statistics.cc',
845 'compiler/pipeline-statistics.h', 845 'compiler/pipeline-statistics.h',
846 'compiler/property-access-builder.cc',
847 'compiler/property-access-builder.h',
846 'compiler/raw-machine-assembler.cc', 848 'compiler/raw-machine-assembler.cc',
847 'compiler/raw-machine-assembler.h', 849 'compiler/raw-machine-assembler.h',
848 'compiler/redundancy-elimination.cc', 850 'compiler/redundancy-elimination.cc',
849 'compiler/redundancy-elimination.h', 851 'compiler/redundancy-elimination.h',
850 'compiler/register-allocator.cc', 852 'compiler/register-allocator.cc',
851 'compiler/register-allocator.h', 853 'compiler/register-allocator.h',
852 'compiler/register-allocator-verifier.cc', 854 'compiler/register-allocator-verifier.cc',
853 'compiler/register-allocator-verifier.h', 855 'compiler/register-allocator-verifier.h',
854 'compiler/representation-change.cc', 856 'compiler/representation-change.cc',
855 'compiler/representation-change.h', 857 'compiler/representation-change.h',
(...skipping 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
2632 }], 2634 }],
2633 ['want_separate_host_toolset==1', { 2635 ['want_separate_host_toolset==1', {
2634 'toolsets': ['host'], 2636 'toolsets': ['host'],
2635 }, { 2637 }, {
2636 'toolsets': ['target'], 2638 'toolsets': ['target'],
2637 }], 2639 }],
2638 ], 2640 ],
2639 }, 2641 },
2640 ], 2642 ],
2641 } 2643 }
OLDNEW
« no previous file with comments | « src/compiler/property-access-builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698