Add js.disable_jit pref (#34231)

Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
Samson 2024-11-13 07:50:30 +01:00 committed by GitHub
parent 5e7664b72e
commit 873e82a532
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 0 deletions

View file

@ -435,6 +435,8 @@ mod gen {
baseline_interpreter: {
enabled: bool,
},
/// Whether to disable the jit within SpiderMonkey
disable_jit: bool,
baseline_jit: {
enabled: bool,
unsafe_eager_compilation: {