| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 30f0a3b commit e2baa68
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1179,10 +1179,6 @@ def configure_v8(o): | |||
| 1179 | 1179 | o['variables']['node_use_bundled_v8'] = b(not options.without_bundled_v8) | |
| 1180 | 1180 | o['variables']['force_dynamic_crt'] = 1 if options.shared else 0 | |
| 1181 | 1181 | o['variables']['node_enable_d8'] = b(options.enable_d8) | |
| 1182 | - # Unconditionally force typed arrays to allocate outside the v8 heap. This | ||
| 1183 | - # is to prevent memory pointers from being moved around that are returned by | ||
| 1184 | - # Buffer::Data(). | ||
| 1185 | - o['variables']['v8_typed_array_max_size_in_heap'] = 0 | ||
| 1186 | 1182 | if options.enable_d8: | |
| 1187 | 1183 | o['variables']['test_isolation_mode'] = 'noop' # Needed by d8.gyp. | |
| 1188 | 1184 | if options.without_bundled_v8 and options.enable_d8: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments