fix: use the gin PageAllocator instead of V8::PageAllocator (#26331)

* fix: use the gin PageAllocator instead of V8::PageAllocator

This makes browser-process JS allocate pages using the base/gin allocator thus ensuring flags such as MAP_JIT are appropriately applied.

* chore: add gin patch

* update patches

Co-authored-by: Electron Bot <electron@github.com>
This commit is contained in:
Samuel Attard 2020-11-09 13:57:24 -08:00 committed by GitHub
parent 02a8c0a640
commit 40ebdb5c42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 159 additions and 1 deletions

View file

@ -28,3 +28,4 @@ feat_add_implementation_of_v8_platform_postjob.patch
fix_-wincompatible-pointer-types-discards-qualifiers_error.patch
fix_add_v8_enable_reverse_jsargs_defines_in_common_gypi.patch
fix_allow_preventing_initializeinspector_in_env.patch
src_allow_embedders_to_provide_a_custom_pageallocator_to.patch