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

Side by Side Diff: src/v8.gyp

Issue 2696143006: [wasm] Refactor code specialization / patching (Closed)
Patch Set: Rebase Created 3 years, 10 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 | « BUILD.gn ('k') | src/wasm/wasm-code-specialization.h » ('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 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1308 'wasm/decoder.h', 1308 'wasm/decoder.h',
1309 'wasm/function-body-decoder.cc', 1309 'wasm/function-body-decoder.cc',
1310 'wasm/function-body-decoder.h', 1310 'wasm/function-body-decoder.h',
1311 'wasm/function-body-decoder-impl.h', 1311 'wasm/function-body-decoder-impl.h',
1312 'wasm/leb-helper.h', 1312 'wasm/leb-helper.h',
1313 'wasm/managed.h', 1313 'wasm/managed.h',
1314 'wasm/module-decoder.cc', 1314 'wasm/module-decoder.cc',
1315 'wasm/module-decoder.h', 1315 'wasm/module-decoder.h',
1316 'wasm/signature-map.cc', 1316 'wasm/signature-map.cc',
1317 'wasm/signature-map.h', 1317 'wasm/signature-map.h',
1318 'wasm/wasm-code-specialization.h',
1319 'wasm/wasm-code-specialization.cc',
1318 'wasm/wasm-debug.cc', 1320 'wasm/wasm-debug.cc',
1319 'wasm/wasm-external-refs.cc', 1321 'wasm/wasm-external-refs.cc',
1320 'wasm/wasm-external-refs.h', 1322 'wasm/wasm-external-refs.h',
1321 'wasm/wasm-js.cc', 1323 'wasm/wasm-js.cc',
1322 'wasm/wasm-js.h', 1324 'wasm/wasm-js.h',
1323 'wasm/wasm-limits.h', 1325 'wasm/wasm-limits.h',
1324 'wasm/wasm-macro-gen.h', 1326 'wasm/wasm-macro-gen.h',
1325 'wasm/wasm-module.cc', 1327 'wasm/wasm-module.cc',
1326 'wasm/wasm-module.h', 1328 'wasm/wasm-module.h',
1327 'wasm/wasm-module-builder.cc', 1329 'wasm/wasm-module-builder.cc',
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
2505 'conditions': [ 2507 'conditions': [
2506 ['want_separate_host_toolset_mkpeephole==1', { 2508 ['want_separate_host_toolset_mkpeephole==1', {
2507 'toolsets': ['host'], 2509 'toolsets': ['host'],
2508 }, { 2510 }, {
2509 'toolsets': ['target'], 2511 'toolsets': ['target'],
2510 }], 2512 }],
2511 ], 2513 ],
2512 }, 2514 },
2513 ], 2515 ],
2514 } 2516 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/wasm/wasm-code-specialization.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698