aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-281-3/+6
* Garbage collect member dataLars Knoll2014-04-041-2/+8
* Optimize construct callsLars Knoll2014-03-271-0/+1
* Optimize construction of SimpleArrayDataLars Knoll2014-03-191-0/+2
* Small optimization to RegExpLars Knoll2014-03-181-0/+12
* Fix copying of Property'sLars Knoll2014-03-101-10/+19
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-071-1/+1
* Remove the name member of FunctionObjectLars Knoll2014-03-071-1/+4
* Fix test failure in qqmldebugjs autotestLars Knoll2014-03-071-1/+2
* Add a Line instruction to the interpreterLars Knoll2014-03-071-27/+2
* Remove unused codeSizesLars Knoll2014-03-031-44/+0
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-4/+1
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-0/+2
* Clean up our internal namespacesLars Knoll2014-02-231-8/+8
* Satellite profiler for V4Ulf Hermann2014-02-121-0/+9
* Add a function dumping out a GBMI stack trace of the V4 engine.Friedemann Kleint2014-02-121-0/+35
* Make the Ref classes not template basedLars Knoll2014-02-071-1/+1
* Rename Referenced to ManagedRefLars Knoll2014-02-071-1/+1
* Smaller performance fixesLars Knoll2014-02-051-2/+2
* CleanupsLars Knoll2014-01-311-3/+3
* Rename some filesLars Knoll2014-01-311-1/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-01-241-0/+7
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-241-0/+7
| |\
| | * Make compile on DragonFly BSD.Alex Blasche2014-01-211-0/+7
* | | Allocate the ArrayData object and it's data togetherSimon Hausmann2014-01-241-0/+2
|/ /
* | Split ManagedVTable into two classesLars Knoll2014-01-211-34/+34
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-13/+20
|\|
| * Do not crash if /proc is not mountedAlbert Astals Cid2014-01-151-13/+20
* | Move Managed::type and some flags into the vtableLars Knoll2014-01-031-8/+8
* | Do not call InternalClass::changeVTable directlyLars Knoll2014-01-031-4/+4
|/
* Fixes: qml memory corruption on Androidaavit2013-12-171-0/+10
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-14/+16
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-24/+31
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-6/+11
* Remove unused inline wrapperLars Knoll2013-12-041-3/+3
* Initialize variableLars Knoll2013-12-041-0/+1
* Merge branch 'release' of ssh://codereview.qt-project.org/qt/qtdeclarative in...Simon Hausmann2013-11-261-1/+8
|\
| * V4 Use getrlimit on Darwin to get the stack size for the main threadAndy Nichols2013-11-201-1/+8
* | Saner and simpler way to handle line numbers for JITed codeLars Knoll2013-11-221-4/+5
* | Turn execution contexts into Managed objectsLars Knoll2013-11-221-4/+5
|/
* Fix compilation on QNXFabian Bumberger2013-11-191-1/+1
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-2/+63
* Debugging with V4Erik Verbruggen2013-11-101-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-6/+8
* Refactor marking GC'ed objectsLars Knoll2013-11-051-47/+47
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Remove qv4unwindhelper classLars Knoll2013-10-291-1/+0
* Cleanup: Remove now unused throwInternal() methodLars Knoll2013-10-291-10/+0
* Protect write accesses to objectsLars Knoll2013-10-291-1/+7
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+3