зеркало из https://github.com/mozilla/pjs.git
Fix comment
This commit is contained in:
Родитель
cd23b78909
Коммит
a068781268
|
@ -201,7 +201,8 @@ public class ScriptRuntime {
|
|||
NativeArray.init(scope, sealed);
|
||||
if (cx.getOptimizationLevel() > 0) {
|
||||
// When optimizing, attempt to fulfill all requests for new Array(N)
|
||||
// with dense backing array regardless of size of N
|
||||
// with a higher threshold before switching to a sparse
|
||||
// representation
|
||||
NativeArray.setMaximumInitialCapacity(200000);
|
||||
}
|
||||
NativeString.init(scope, sealed);
|
||||
|
|
Загрузка…
Ссылка в новой задаче