aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/memory/qv4writebarrier_p.h
Commit message (Expand)AuthorAgeFilesLines
* Don't include qv4enginebase_p.h in qmldevtoolsUlf Hermann2019-05-101-1/+1
* Disentangle include dependencies around the write barrierLars Knoll2018-01-191-129/+2
* Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-061-1/+1
* JIT: Inline load(Scoped)Local and store(Scoped)Local instructionsLars Knoll2017-11-301-2/+4
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-5/+31
* 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
* | 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-061-0/+3
* Cleanups: Remove Steele barrier codeLars Knoll2017-04-071-37/+1
* Don't use incremental GC for nowLars Knoll2017-03-301-2/+2
* Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-0/+5
* Incremental garbage collectionLars Knoll2017-03-091-8/+9
* Implement a real write barrierLars Knoll2017-03-091-12/+88
* Mark where we need a write barrier in the JITLars Knoll2017-03-091-0/+5
* Add an actual write barrier and centralize it in one placeLars Knoll2017-03-091-0/+152