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

Side by Side Diff: src/v8.gyp

Issue 2051043002: Implement Wasm GrowMemory opcode as a wasm runtime call (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix test Created 4 years, 5 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
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 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 'runtime/runtime-operators.cc', 1074 'runtime/runtime-operators.cc',
1075 'runtime/runtime-proxy.cc', 1075 'runtime/runtime-proxy.cc',
1076 'runtime/runtime-regexp.cc', 1076 'runtime/runtime-regexp.cc',
1077 'runtime/runtime-scopes.cc', 1077 'runtime/runtime-scopes.cc',
1078 'runtime/runtime-simd.cc', 1078 'runtime/runtime-simd.cc',
1079 'runtime/runtime-strings.cc', 1079 'runtime/runtime-strings.cc',
1080 'runtime/runtime-symbol.cc', 1080 'runtime/runtime-symbol.cc',
1081 'runtime/runtime-test.cc', 1081 'runtime/runtime-test.cc',
1082 'runtime/runtime-typedarray.cc', 1082 'runtime/runtime-typedarray.cc',
1083 'runtime/runtime-utils.h', 1083 'runtime/runtime-utils.h',
1084 'runtime/runtime-wasm.cc',
1084 'runtime/runtime.cc', 1085 'runtime/runtime.cc',
1085 'runtime/runtime.h', 1086 'runtime/runtime.h',
1086 'safepoint-table.cc', 1087 'safepoint-table.cc',
1087 'safepoint-table.h', 1088 'safepoint-table.h',
1088 'signature.h', 1089 'signature.h',
1089 'simulator.h', 1090 'simulator.h',
1090 'small-pointer-list.h', 1091 'small-pointer-list.h',
1091 'snapshot/code-serializer.cc', 1092 'snapshot/code-serializer.cc',
1092 'snapshot/code-serializer.h', 1093 'snapshot/code-serializer.h',
1093 'snapshot/deserializer.cc', 1094 'snapshot/deserializer.cc',
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
2288 }], 2289 }],
2289 ['want_separate_host_toolset==1', { 2290 ['want_separate_host_toolset==1', {
2290 'toolsets': ['host'], 2291 'toolsets': ['host'],
2291 }, { 2292 }, {
2292 'toolsets': ['target'], 2293 'toolsets': ['target'],
2293 }], 2294 }],
2294 ], 2295 ],
2295 }, 2296 },
2296 ], 2297 ],
2297 } 2298 }
OLDNEW
« no previous file with comments | « src/runtime/runtime-wasm.cc ('k') | src/wasm/ast-decoder.cc » ('j') | src/wasm/wasm-module.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698