aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/memory/qv4mm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use QElapsedTimer instead of QTime to measure elapsed timeMilian Wolff2016-10-051-5/+4
* Fix crash with Component.onDestructionSimon Hausmann2016-08-051-1/+12
* Fix recursion during aggressive GCSimon Hausmann2016-08-041-0/+3
* Make sure we destroy all QV4::QObjectWrapper objectsJian Liang2016-01-221-2/+15
* Revert "Fix QtSharedPointer::ExternalRefCountData object leaks"J-P Nurmi2015-12-231-9/+2
* Fix QtSharedPointer::ExternalRefCountData object leaksJian Liang2015-12-181-2/+9
* QML: Sanitize reading environment variables.Friedemann Kleint2015-10-221-15/+34
* Improve algorithm to handle GC of StringsLars Knoll2015-09-251-6/+7
* Cosmetic improvements to marking of objects during GCLars Knoll2015-09-251-2/+2
* Avoid a function call when allocation new objectsLars Knoll2015-09-221-24/+22
* QV4_MM_STATS was missing largeItem detailsFrank Meerkoetter2015-09-221-0/+5
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-1/+1
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-3/+3
* Cleanup the ExecutionContextSaverLars Knoll2015-09-151-1/+1
* Fix performance of ListModel::get()Simon Hausmann2015-08-191-4/+2
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-7/+41
* Do not sort the vector of chunksFrank Meerkoetter2015-08-111-1/+0
* destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-101-28/+15
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-7/+7
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-1/+1
* Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-1/+1
* Get rid of asManaged()Lars Knoll2015-04-211-2/+2
* Move memory management related functionality into it's own folderLars Knoll2015-03-021-0/+617