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

Side by Side Diff: src/v8.gyp

Issue 2759093004: [interpreter] Split out intrinsics generation (Closed)
Patch Set: rebased 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-intrinsics-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 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'interpreter/handler-table-builder.cc', 1058 'interpreter/handler-table-builder.cc',
1059 'interpreter/handler-table-builder.h', 1059 'interpreter/handler-table-builder.h',
1060 'interpreter/interpreter.cc', 1060 'interpreter/interpreter.cc',
1061 'interpreter/interpreter.h', 1061 'interpreter/interpreter.h',
1062 'interpreter/interpreter-assembler.cc', 1062 'interpreter/interpreter-assembler.cc',
1063 'interpreter/interpreter-assembler.h', 1063 'interpreter/interpreter-assembler.h',
1064 'interpreter/interpreter-generator.cc', 1064 'interpreter/interpreter-generator.cc',
1065 'interpreter/interpreter-generator.h', 1065 'interpreter/interpreter-generator.h',
1066 'interpreter/interpreter-intrinsics.cc', 1066 'interpreter/interpreter-intrinsics.cc',
1067 'interpreter/interpreter-intrinsics.h', 1067 'interpreter/interpreter-intrinsics.h',
1068 'interpreter/interpreter-intrinsics-generator.cc',
1069 'interpreter/interpreter-intrinsics-generator.h',
1068 'isolate-inl.h', 1070 'isolate-inl.h',
1069 'isolate.cc', 1071 'isolate.cc',
1070 'isolate.h', 1072 'isolate.h',
1071 'json-parser.cc', 1073 'json-parser.cc',
1072 'json-parser.h', 1074 'json-parser.h',
1073 'json-stringifier.cc', 1075 'json-stringifier.cc',
1074 'json-stringifier.h', 1076 'json-stringifier.h',
1075 'keys.h', 1077 'keys.h',
1076 'keys.cc', 1078 'keys.cc',
1077 'label.h', 1079 'label.h',
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after
2503 'conditions': [ 2505 'conditions': [
2504 ['want_separate_host_toolset_mkpeephole==1', { 2506 ['want_separate_host_toolset_mkpeephole==1', {
2505 'toolsets': ['host'], 2507 'toolsets': ['host'],
2506 }, { 2508 }, {
2507 'toolsets': ['target'], 2509 'toolsets': ['target'],
2508 }], 2510 }],
2509 ], 2511 ],
2510 }, 2512 },
2511 ], 2513 ],
2512 } 2514 }
OLDNEW
« no previous file with comments | « src/interpreter/interpreter-intrinsics-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698