mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 19:57:45 +03:00
LibWasm: Increase the arbitrary local value count per type limit
It was arbitrary, it's still arbitrary, but now it's funny too :^)
This commit is contained in:
parent
a6c4b6848b
commit
82a515a748
Notes:
sideshowbarker
2024-07-17 17:03:53 +09:00
Author: https://github.com/alimpfard Commit: https://github.com/SerenityOS/serenity/commit/82a515a748 Pull-request: https://github.com/SerenityOS/serenity/pull/13142 Reviewed-by: https://github.com/ADKaster
@ -41,6 +41,6 @@ static constexpr auto page_size = 64 * KiB;
|
||||
static constexpr auto minimum_stack_space_to_keep_free = 256 * KiB; // Note: Value is arbitrary and chosen by testing with ASAN
|
||||
static constexpr auto max_allowed_executed_instructions_per_call = 256 * 1024 * 1024;
|
||||
static constexpr auto max_allowed_vector_size = 2 * MiB;
|
||||
static constexpr auto max_allowed_function_locals_per_type = 420; // Note: VERY arbitrary.
|
||||
static constexpr auto max_allowed_function_locals_per_type = 42069; // Note: VERY arbitrary.
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user