mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
Enable nested trees by default. This is going to be exciting.
This commit is contained in:
parent
5be81adb30
commit
87f65aaf6b
@ -114,7 +114,7 @@ static avmplus::AvmCore s_core = avmplus::AvmCore();
|
||||
static avmplus::AvmCore* core = &s_core;
|
||||
|
||||
/* We really need a better way to configure the JIT. Shaver, where is my fancy JIT object? */
|
||||
static bool nesting_enabled = getenv("TRACEMONKEY") && strstr(getenv("TRACEMONKEY"), "nesting");
|
||||
static bool nesting_enabled = true;
|
||||
|
||||
/* The entire VM shares one oracle. Collisions and concurrent updates are tolerated and worst
|
||||
case cause performance regressions. */
|
||||
|
Loading…
Reference in New Issue
Block a user