aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/memory
Commit message (Expand)AuthorAgeFilesLines
* Memory manager: Track icAllocator as part of used and allocated memoryUlf Hermann2018-05-301-3/+4
* Don't use bitfields for VTable flagsLars Knoll2018-05-031-11/+11
* Make the statistics variables members of the memory managerLars Knoll2018-05-022-22/+8
* Garbage collect identifiersLars Knoll2018-05-021-0/+3
* Add a StringOrSymbol intermediate class between Managed and StringLars Knoll2018-05-021-1/+2
* Remove some scopes in the memory managerLars Knoll2018-04-121-8/+6
* garbage collect InternalClassLars Knoll2018-04-123-22/+52
* Better encapsulation for EngineBase::internalClassLars Knoll2018-04-121-1/+1
* Remove dependency from qv4heap_p.h onto qv4internalclass_p.hLars Knoll2018-04-122-17/+5
* Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
* Cleanup MM::allocObject()Lars Knoll2018-04-121-3/+1
* Optimize MM::allocManaged()Lars Knoll2018-04-121-4/+1
* Simplify allocation functions in the memory managerLars Knoll2018-04-121-150/+16
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-151-14/+14
|\
| * Fix ABI/API symbol taggingSimon Hausmann2018-03-121-14/+14
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-122-3/+24
|\|
| * Fix issue with allocating huge objects in the memory managerLars Knoll2018-03-082-3/+24
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-273-15/+15
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-263-15/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-151-0/+15
|\|
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-0/+15
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.105.10Liang Qi2018-02-071-0/+15
| | |\
| | | * Add back the optional heaptrack trace pointsAndras Mantia2018-02-061-0/+15
* | | | CleanupsLars Knoll2018-02-091-35/+41
* | | | Remove InternalClass forward declarationsLars Knoll2018-02-091-2/+0
|/ / /
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-022-103/+73
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-242-103/+73
| |\|
| | * Add logging categories for GC statisticsLars Knoll2017-12-112-99/+70
* | | Remove duplicated declarationLars Knoll2018-01-261-1/+0
* | | Disentangle include dependencies around the write barrierLars Knoll2018-01-192-129/+36
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-093-17/+36
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-043-17/+36
| |\|
| | * Re-enable QML memory profilingUlf Hermann2017-11-233-13/+28
* | | Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-063-11/+5
* | | JIT: Inline load(Scoped)Local and store(Scoped)Local instructionsLars Knoll2017-11-301-2/+4
* | | Bring back markObjects(), this time generatedLars Knoll2017-11-144-100/+78
* | | Never truncate the JS stackLars Knoll2017-10-231-1/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-7/+7
|\| |
| * | Prospective build fix for Integrity OSSimon Hausmann2017-06-201-7/+7
* | | Remove stuff related to simple call contextsLars Knoll2017-08-102-106/+0
* | | Unify QV4::Function::internalClass and the ic used in CallContextLars Knoll2017-08-031-0/+12
* | | Unify SimpleCallContext and CallContextLars Knoll2017-07-051-2/+2
* | | Simplify and unite handling of activation objects in ContextsLars Knoll2017-07-051-0/+2
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-065-66/+75
|\|
| * Get rid of the MemoryManager pointer inside StringLars Knoll2017-05-191-1/+1
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+2
| * Move the prototype into the internal classLars Knoll2017-05-191-7/+12
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-193-10/+20
| * Move the EngineBase class into it's own header fileLars Knoll2017-05-191-35/+0
| * Move a few more members from ExecutionEngine to EngineBaseLars Knoll2017-05-191-0/+8