Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.9.7, 5.12.0 Beta 3
-
19b87999580d596a3b14e38f44309f16307bfe0e (qt/qtdeclarative/5.12.0)
Description
Something like:
var dictionaryTable = {}; for (var j = 0; j < 646900; ++j) { var word = "a" + j.toString() dictionaryTable[word] = null; }
works fine with Qt 5.6, but on 5.9 and newer it consumes all memory (16GB) in sudden spikes. Moreover, it has a serious performance degradation compared to 5.6.