aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* Fix linkingSimon Hausmann2014-03-111-1/+1
* Allow detaching V4 debuggers in agent destructorUlf Hermann2014-03-111-0/+3
* Cleanup our runtime methodsLars Knoll2014-03-1116-433/+420
* Fix copying of Property'sLars Knoll2014-03-1012-45/+67
* V4 JIT: enable JIT on win64.Erik Verbruggen2014-03-081-1/+1
* Use an array of Value's for Object::memberDataLars Knoll2014-03-0710-95/+81
* Reserve a double slot for accessor propertiesLars Knoll2014-03-073-43/+114
* Move some methods from ExecutionContext to CallContextLars Knoll2014-03-073-42/+35
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-074-65/+31
* Remove the name member of FunctionObjectLars Knoll2014-03-074-13/+29
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-076-52/+39
* Fix test failure in qqmldebugjs autotestLars Knoll2014-03-071-1/+2
* Fixes to breakpoint handlingLars Knoll2014-03-072-31/+25
* Add a Line instruction to the interpreterLars Knoll2014-03-077-115/+15
* Simplify our breakpoint handlingLars Knoll2014-03-073-260/+63
* Remove unused ExecutionEngine::allFunctionsLars Knoll2014-03-031-1/+0
* Remove unused codeSizesLars Knoll2014-03-034-50/+2
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-036-30/+14
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Fix calls to overloaded slots for QObjects not created by QMLSimon Hausmann2014-03-021-1/+15
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-287-13/+13
* Determine whether or not an object literal requires a sparse array at compile...Simon Hausmann2014-02-243-8/+11
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-243-47/+26
* Clean up our internal namespacesLars Knoll2014-02-237-21/+21
* Simplify some runtime codeLars Knoll2014-02-224-49/+42
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-181-7/+12
|\
| * Fix spurious binding loop errors in QtQuick Controls and other placesSimon Hausmann2014-02-161-7/+12
* | Reduce memory usage for object literals with integral keysSimon Hausmann2014-02-161-0/+2
* | Satellite profiler for V4Ulf Hermann2014-02-126-6/+293
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-124-9/+12
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-114-9/+12
| |\|
| | * Fix exception thrown in slot without Qml EngineSimon Hausmann2014-02-071-5/+7
| | * Fix alignment exception in newCallContext on ARMSamuli Piippo2014-02-062-2/+2
| | * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-061-1/+2
| | * V4: Array.push() on QStringList should invoke putIndexed()Alberto Mardegan2014-01-281-1/+1
* | | Add a function dumping out a GBMI stack trace of the V4 engine.Friedemann Kleint2014-02-121-0/+35
|/ /
* | Remove add/sub/mul instruction specializations for numbersLars Knoll2014-02-071-18/+0
* | Specialize CJump into JumpEq and JumpNeLars Knoll2014-02-071-5/+10
* | Remove a memset that is not requiredLars Knoll2014-02-071-0/+2
* | Add specialized instructions for right and left shiftLars Knoll2014-02-071-0/+16
* | Simplify some runtime methodsLars Knoll2014-02-071-15/+1
* | Remove two unused parameters from VME::run()Lars Knoll2014-02-072-5/+6
* | Add a MoveConst instruction to the interpreterLars Knoll2014-02-071-0/+4
* | Make the Ref classes not template basedLars Knoll2014-02-0719-123/+140
* | Rename Referenced to ManagedRefLars Knoll2014-02-0710-65/+52
* | Move Referenced together with ManagedLars Knoll2014-02-072-81/+90
* | Fix memory management issue with accessorsSimon Hausmann2014-02-072-3/+16
* | Move PersistenValue and WeakValue into it's own fileLars Knoll2014-02-056-324/+426
* | Smaller performance fixesLars Knoll2014-02-053-12/+14
* | Remove an unused constructorLars Knoll2014-02-052-5/+1