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

Side by Side Diff: src/v8.gyp

Issue 2451853002: Uniform and precise source positions for inlining (Closed)
Patch Set: fixed gcmole issue Created 4 years, 1 month 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
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 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 'compiler/select-lowering.cc', 703 'compiler/select-lowering.cc',
704 'compiler/select-lowering.h', 704 'compiler/select-lowering.h',
705 'compiler/simd-scalar-lowering.cc', 705 'compiler/simd-scalar-lowering.cc',
706 'compiler/simd-scalar-lowering.h', 706 'compiler/simd-scalar-lowering.h',
707 'compiler/simplified-lowering.cc', 707 'compiler/simplified-lowering.cc',
708 'compiler/simplified-lowering.h', 708 'compiler/simplified-lowering.h',
709 'compiler/simplified-operator-reducer.cc', 709 'compiler/simplified-operator-reducer.cc',
710 'compiler/simplified-operator-reducer.h', 710 'compiler/simplified-operator-reducer.h',
711 'compiler/simplified-operator.cc', 711 'compiler/simplified-operator.cc',
712 'compiler/simplified-operator.h', 712 'compiler/simplified-operator.h',
713 'compiler/source-position.cc', 713 'compiler/compiler-source-position-table.cc',
714 'compiler/source-position.h', 714 'compiler/compiler-source-position-table.h',
715 'compiler/state-values-utils.cc', 715 'compiler/state-values-utils.cc',
716 'compiler/state-values-utils.h', 716 'compiler/state-values-utils.h',
717 'compiler/store-store-elimination.cc', 717 'compiler/store-store-elimination.cc',
718 'compiler/store-store-elimination.h', 718 'compiler/store-store-elimination.h',
719 'compiler/tail-call-optimization.cc', 719 'compiler/tail-call-optimization.cc',
720 'compiler/tail-call-optimization.h', 720 'compiler/tail-call-optimization.h',
721 'compiler/types.cc', 721 'compiler/types.cc',
722 'compiler/types.h', 722 'compiler/types.h',
723 'compiler/type-cache.cc', 723 'compiler/type-cache.cc',
724 'compiler/type-cache.h', 724 'compiler/type-cache.h',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
1192 'snapshot/serializer-common.cc', 1192 'snapshot/serializer-common.cc',
1193 'snapshot/serializer-common.h', 1193 'snapshot/serializer-common.h',
1194 'snapshot/snapshot.h', 1194 'snapshot/snapshot.h',
1195 'snapshot/snapshot-common.cc', 1195 'snapshot/snapshot-common.cc',
1196 'snapshot/snapshot-source-sink.cc', 1196 'snapshot/snapshot-source-sink.cc',
1197 'snapshot/snapshot-source-sink.h', 1197 'snapshot/snapshot-source-sink.h',
1198 'snapshot/startup-serializer.cc', 1198 'snapshot/startup-serializer.cc',
1199 'snapshot/startup-serializer.h', 1199 'snapshot/startup-serializer.h',
1200 'source-position-table.cc', 1200 'source-position-table.cc',
1201 'source-position-table.h', 1201 'source-position-table.h',
1202 'source-position.cc',
1202 'source-position.h', 1203 'source-position.h',
1203 'splay-tree.h', 1204 'splay-tree.h',
1204 'splay-tree-inl.h', 1205 'splay-tree-inl.h',
1205 'startup-data-util.cc', 1206 'startup-data-util.cc',
1206 'startup-data-util.h', 1207 'startup-data-util.h',
1207 'string-builder.cc', 1208 'string-builder.cc',
1208 'string-builder.h', 1209 'string-builder.h',
1209 'string-search.h', 1210 'string-search.h',
1210 'string-stream.cc', 1211 'string-stream.cc',
1211 'string-stream.h', 1212 'string-stream.h',
(...skipping 1261 matching lines...) Expand 10 before | Expand all | Expand 10 after
2473 'conditions': [ 2474 'conditions': [
2474 ['want_separate_host_toolset_mkpeephole==1', { 2475 ['want_separate_host_toolset_mkpeephole==1', {
2475 'toolsets': ['host'], 2476 'toolsets': ['host'],
2476 }, { 2477 }, {
2477 'toolsets': ['target'], 2478 'toolsets': ['target'],
2478 }], 2479 }],
2479 ], 2480 ],
2480 }, 2481 },
2481 ], 2482 ],
2482 } 2483 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698