mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
[JAEGER] Enable tracejit for chrome by default
This commit is contained in:
parent
730233dc21
commit
0cc1083236
@ -574,7 +574,7 @@ pref("javascript.options.strict.debug", true);
|
||||
#endif
|
||||
pref("javascript.options.relimit", true);
|
||||
pref("javascript.options.tracejit.content", false);
|
||||
pref("javascript.options.tracejit.chrome", false);
|
||||
pref("javascript.options.tracejit.chrome", true);
|
||||
pref("javascript.options.methodjit.content", true);
|
||||
pref("javascript.options.methodjit.chrome", false);
|
||||
// This preference limits the memory usage of javascript.
|
||||
|
Loading…
Reference in New Issue
Block a user