aboutsummaryrefslogtreecommitdiffstats
path: root/community/webkit2gtk/lower-stack-usage.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-03-11 23:09:28 +0100
committerRasmus Thomsen <oss@cogitri.dev>2020-03-15 15:42:44 +0100
commite284ee4af8b2ebe9699a7125205be34db120bfc3 (patch)
tree274b932e1e98b81cf9e878811b3391b495870d05 /community/webkit2gtk/lower-stack-usage.patch
parenta4fd5081a576a43c8549957578c9005d25ea2a4f (diff)
downloadaports-e284ee4af8b2ebe9699a7125205be34db120bfc3.tar.bz2
aports-e284ee4af8b2ebe9699a7125205be34db120bfc3.tar.xz
community/webkit2gtk: upgrade to 2.28.0
Also enable the WPE renderer and add a -dbg subpkg
Diffstat (limited to 'community/webkit2gtk/lower-stack-usage.patch')
-rw-r--r--community/webkit2gtk/lower-stack-usage.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/community/webkit2gtk/lower-stack-usage.patch b/community/webkit2gtk/lower-stack-usage.patch
new file mode 100644
index 0000000000..71955f3e97
--- /dev/null
+++ b/community/webkit2gtk/lower-stack-usage.patch
@@ -0,0 +1,17 @@
+diff --git a/Source/JavaScriptCore/runtime/OptionsList.h b/Source/JavaScriptCore/runtime/OptionsList.h
+index 41cab118..2ac66c7a 100644
+--- a/Source/JavaScriptCore/runtime/OptionsList.h
++++ b/Source/JavaScriptCore/runtime/OptionsList.h
+@@ -90,9 +90,9 @@ constexpr bool enableWebAssemblyStreamingApi = false;
+ \
+ v(Bool, reportMustSucceedExecutableAllocations, false, Normal, nullptr) \
+ \
+- v(Unsigned, maxPerThreadStackUsage, 5 * MB, Normal, "Max allowed stack usage by the VM") \
+- v(Unsigned, softReservedZoneSize, 128 * KB, Normal, "A buffer greater than reservedZoneSize that reserves space for stringifying exceptions.") \
+- v(Unsigned, reservedZoneSize, 64 * KB, Normal, "The amount of stack space we guarantee to our clients (and to interal VM code that does not call out to clients).") \
++ v(Unsigned, maxPerThreadStackUsage, 80 * KB , Normal, "Max allowed stack usage by the VM") \
++ v(Unsigned, softReservedZoneSize, 32 * KB, Normal, "A buffer greater than reservedZoneSize that reserves space for stringifying exceptions.") \
++ v(Unsigned, reservedZoneSize, 16 * KB, Normal, "The amount of stack space we guarantee to our clients (and to interal VM code that does not call out to clients).") \
+ \
+ v(Bool, crashIfCantAllocateJITMemory, false, Normal, nullptr) \
+ v(Unsigned, jitMemoryReservationSize, 0, Normal, "Set this number to change the executable allocation size in ExecutableAllocatorFixedVMPool. (In bytes.)") \