Bug 1068399 - Enable GGC on the mobile browser, r=ted

--HG--
extra : rebase_source : 7195e099735f11d417c117c5344993223f3dafab
This commit is contained in:
Steve Fink 2014-09-16 16:43:56 -07:00
parent 845ea8ac87
commit 4f7c507174

View File

@ -92,3 +92,6 @@ if test "$NIGHTLY_BUILD"; then
else
MOZ_ANDROID_MLS_STUMBLER=
fi
# Enable generational GC on mobile.
JSGC_GENERATIONAL=1