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

Side by Side Diff: src/v8.gyp

Issue 2765433003: [interpreter] Split bytecode generation out of interpreter.cc (Closed)
Patch Set: addressed nits Created 3 years, 9 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/interpreter/interpreter-generator.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 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
1052 'interpreter/constant-array-builder.cc', 1052 'interpreter/constant-array-builder.cc',
1053 'interpreter/constant-array-builder.h', 1053 'interpreter/constant-array-builder.h',
1054 'interpreter/control-flow-builders.cc', 1054 'interpreter/control-flow-builders.cc',
1055 'interpreter/control-flow-builders.h', 1055 'interpreter/control-flow-builders.h',
1056 'interpreter/handler-table-builder.cc', 1056 'interpreter/handler-table-builder.cc',
1057 'interpreter/handler-table-builder.h', 1057 'interpreter/handler-table-builder.h',
1058 'interpreter/interpreter.cc', 1058 'interpreter/interpreter.cc',
1059 'interpreter/interpreter.h', 1059 'interpreter/interpreter.h',
1060 'interpreter/interpreter-assembler.cc', 1060 'interpreter/interpreter-assembler.cc',
1061 'interpreter/interpreter-assembler.h', 1061 'interpreter/interpreter-assembler.h',
1062 'interpreter/interpreter-generator.cc',
1063 'interpreter/interpreter-generator.h',
1062 'interpreter/interpreter-intrinsics.cc', 1064 'interpreter/interpreter-intrinsics.cc',
1063 'interpreter/interpreter-intrinsics.h', 1065 'interpreter/interpreter-intrinsics.h',
1064 'isolate-inl.h', 1066 'isolate-inl.h',
1065 'isolate.cc', 1067 'isolate.cc',
1066 'isolate.h', 1068 'isolate.h',
1067 'json-parser.cc', 1069 'json-parser.cc',
1068 'json-parser.h', 1070 'json-parser.h',
1069 'json-stringifier.cc', 1071 'json-stringifier.cc',
1070 'json-stringifier.h', 1072 'json-stringifier.h',
1071 'keys.h', 1073 'keys.h',
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
2499 'conditions': [ 2501 'conditions': [
2500 ['want_separate_host_toolset_mkpeephole==1', { 2502 ['want_separate_host_toolset_mkpeephole==1', {
2501 'toolsets': ['host'], 2503 'toolsets': ['host'],
2502 }, { 2504 }, {
2503 'toolsets': ['target'], 2505 'toolsets': ['target'],
2504 }], 2506 }],
2505 ], 2507 ],
2506 }, 2508 },
2507 ], 2509 ],
2508 } 2510 }
OLDNEW
« no previous file with comments | « src/interpreter/interpreter-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698