diff --git a/src/compile.cpp b/src/compile.cpp index 1345834013..8e7f2ef1ee 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -56,7 +56,7 @@ const unsigned MaxNativeCallFootprint = 4; const unsigned InitialZoneCapacityInBytes = 64 * 1024; -const unsigned ExecutableAreaSizeInBytes = 16 * 1024 * 1024; +const unsigned ExecutableAreaSizeInBytes = 30 * 1024 * 1024; enum Root { CallTable,