aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-151-1/+4
|\
| * Simplify compilation unit tracking in the execution engineSimon Hausmann2017-10-061-1/+4
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-5/+5
|\|
| * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-1/+1
| * Qml Tooling: Replace bare pointers with QScopedPointerUlf Hermann2017-09-061-4/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-30/+3
|\|
| * Move the prototype into the internal classLars Knoll2017-05-191-0/+2
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-19/+0
| * Move the EngineBase class into it's own header fileLars Knoll2017-05-191-0/+1
| * Move a few more members from ExecutionEngine to EngineBaseLars Knoll2017-05-191-11/+0
* | Micro optimizationLars Knoll2017-04-071-0/+6
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-14/+10
* | CleanupsLars Knoll2017-04-071-1/+1
* | Remove assertObjectBelongsToEngine methodLars Knoll2017-04-071-5/+0
* | Merge remote-tracking branch 'origin/5.9' into HEADSimon Hausmann2017-03-231-4/+0
|\|
| * Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-211-6/+0
| * Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-171-2/+4
| * Fix running of 32-bit JIT code generated on 64-bit hostsSimon Hausmann2017-03-171-5/+1
* | Micro optimizationLars Knoll2017-03-091-1/+1
* | Optimize Base::mark()Lars Knoll2017-03-091-5/+11
* | Incremental garbage collectionLars Knoll2017-03-091-1/+1
* | Implement a real write barrierLars Knoll2017-03-091-7/+1
* | Add an actual write barrier and centralize it in one placeLars Knoll2017-03-091-1/+3
|/
* Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-211-0/+2
* Get rid of SimpleScriptFunctionLars Knoll2016-12-111-1/+1
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-21/+0
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-3/+0
* V4: Help the C++ compiler to do more DSE by inlining more codeErik Verbruggen2016-11-291-1/+2
* Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-261-1/+1
* V4: Replace memset by a for loopErik Verbruggen2016-11-091-1/+2
* V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-101-0/+1
* Remove some unused members on -no-qml-debugUlf Hermann2016-07-281-0/+10
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-3/+6
* Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-281-1/+1
* QML: Allow for inlining InternalClass::findErik Verbruggen2016-07-151-1/+3
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-4/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-10/+38
|\
| * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+9
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-10/+25
| |\
| | * V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-111-9/+24
* | | Start converting Runtime calls to 'vtable' callsLars Knoll2016-04-111-0/+2
* | | Move the Runtime API into it's own fileLars Knoll2016-04-111-0/+8
|/ /
* | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-311-0/+29
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-1/+1
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Reduce memory consumption of signal handlersLars Knoll2015-09-251-0/+2
* Cosmetic improvements to marking of objects during GCLars Knoll2015-09-251-4/+5
* Speed up creation of Array literalsLars Knoll2015-09-251-0/+1
* Fixes to Error objectsLars Knoll2015-09-221-1/+3