aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4mm_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move memory management related functionality into it's own folderLars Knoll2015-03-021-187/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Move vtable out of internalClassLars Knoll2015-01-201-8/+10
* Refactor persistent valuesLars Knoll2015-01-161-6/+4
* Release the VM of unused heap chunksJocelyn Turcotte2014-12-111-1/+0
* Let the memory manager operate on Heap::Base objects, not ManagedLars Knoll2014-11-211-9/+9
* Use the engine instead of the context where it makes senseLars Knoll2014-11-151-3/+0
* Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-12/+12
* Cleanup header file dependenciesLars Knoll2014-11-041-3/+1
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-18/+25
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+50
* v4: Manually inline the access to the execution engineHolger Hans Peter Freyther2014-07-201-2/+0
* Properly initialize heap profiler when starting profilingUlf Hermann2014-06-121-1/+4
* Get rid of collectDeletablesLars Knoll2014-03-271-1/+3
* Optional reporting of GC statistics to stdoutLars Knoll2014-03-251-0/+1
* Remove unused methodLars Knoll2014-03-251-1/+0
* Remove code for conservative GCLars Knoll2014-03-251-1/+0
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Turn execution contexts into Managed objectsLars Knoll2013-11-221-12/+0
* Refactor marking GC'ed objectsLars Knoll2013-11-051-3/+0
* Some minor optimizationsLars Knoll2013-10-191-2/+2
* Add ValueRef classe and use it to make things GC safeLars Knoll2013-09-111-0/+1
* Create a stack for JS values and use it in the interpreterLars Knoll2013-09-111-0/+1
* Restructure source codeLars Knoll2013-08-081-0/+157