Enable nested trees by default. This is going to be exciting.

This commit is contained in:
Andreas Gal 2008-08-15 10:21:07 -07:00
parent 5be81adb30
commit 87f65aaf6b

View File

@ -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. */