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

Side by Side Diff: src/v8.gyp

Issue 2534393002: Split parsing of functions and top-level code into two separate methods (Closed)
Patch Set: updates Created 4 years 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/runtime/runtime-internal.cc ('k') | test/cctest/compiler/function-tester.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 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after
1067 'parsing/expression-classifier.h', 1067 'parsing/expression-classifier.h',
1068 'parsing/func-name-inferrer.cc', 1068 'parsing/func-name-inferrer.cc',
1069 'parsing/func-name-inferrer.h', 1069 'parsing/func-name-inferrer.h',
1070 'parsing/parameter-initializer-rewriter.cc', 1070 'parsing/parameter-initializer-rewriter.cc',
1071 'parsing/parameter-initializer-rewriter.h', 1071 'parsing/parameter-initializer-rewriter.h',
1072 'parsing/parse-info.cc', 1072 'parsing/parse-info.cc',
1073 'parsing/parse-info.h', 1073 'parsing/parse-info.h',
1074 'parsing/parser-base.h', 1074 'parsing/parser-base.h',
1075 'parsing/parser.cc', 1075 'parsing/parser.cc',
1076 'parsing/parser.h', 1076 'parsing/parser.h',
1077 'parsing/parsing.cc',
1078 'parsing/parsing.h',
1077 'parsing/pattern-rewriter.cc', 1079 'parsing/pattern-rewriter.cc',
1078 'parsing/preparse-data-format.h', 1080 'parsing/preparse-data-format.h',
1079 'parsing/preparse-data.cc', 1081 'parsing/preparse-data.cc',
1080 'parsing/preparse-data.h', 1082 'parsing/preparse-data.h',
1081 'parsing/preparser.cc', 1083 'parsing/preparser.cc',
1082 'parsing/preparser.h', 1084 'parsing/preparser.h',
1083 'parsing/rewriter.cc', 1085 'parsing/rewriter.cc',
1084 'parsing/rewriter.h', 1086 'parsing/rewriter.h',
1085 'parsing/scanner-character-streams.cc', 1087 'parsing/scanner-character-streams.cc',
1086 'parsing/scanner-character-streams.h', 1088 'parsing/scanner-character-streams.h',
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after
2471 'conditions': [ 2473 'conditions': [
2472 ['want_separate_host_toolset_mkpeephole==1', { 2474 ['want_separate_host_toolset_mkpeephole==1', {
2473 'toolsets': ['host'], 2475 'toolsets': ['host'],
2474 }, { 2476 }, {
2475 'toolsets': ['target'], 2477 'toolsets': ['target'],
2476 }], 2478 }],
2477 ], 2479 ],
2478 }, 2480 },
2479 ], 2481 ],
2480 } 2482 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-internal.cc ('k') | test/cctest/compiler/function-tester.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698