index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qml
/
memory
/
qv4mm.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use QElapsedTimer::start() and not restart()
Giuseppe D'Angelo
2025-03-15
1
-1
/
+1
*
Memory manager: Ensure that internal class is set early
Fabian Kosmale
2024-10-11
1
-1
/
+9
*
Remove unused <iostream> header inclusion from qv4mm.cpp
Luca Di Sera
2024-10-10
1
-1
/
+0
*
Log timings for individual GC steps
Luca Di Sera
2024-10-10
1
-2
/
+43
*
Log when forcing the GC to run to completion
Luca Di Sera
2024-10-10
1
-1
/
+9
*
Log state transitions for the GC
Luca Di Sera
2024-10-10
1
-24
/
+35
*
gc: Allow to modify incremental gc timelimit via env variable
Fabian Kosmale
2024-09-30
1
-1
/
+9
*
QtQml: Straighten out some logging categories
Ulf Hermann
2024-06-17
1
-4
/
+2
*
gc: Prevent recursing into gc from onDestroyed
Fabian Kosmale
2024-04-25
1
-2
/
+8
*
gc: Fix wasDrainNecessary condition
Fabian Kosmale
2024-04-25
1
-1
/
+1
*
QtQml: Provide an easy way to run non-incremental gc
Fabian Kosmale
2024-03-19
1
-0
/
+8
*
qv4mm: Update non-managed memory limits at correct point in time
Fabian Kosmale
2024-03-05
1
-9
/
+28
*
qv4mm: Rework interaction between allocation and incremental gc
Fabian Kosmale
2024-03-05
1
-2
/
+1
*
qv4mm: Handle running out of native heap memory
Fabian Kosmale
2024-03-05
1
-0
/
+22
*
qv4mm: Make sweep incremental, too
Fabian Kosmale
2024-03-05
1
-41
/
+152
*
QV4 garbage collection: Allocate white during gc run
Fabian Kosmale
2024-03-05
1
-24
/
+0
*
Prepare for white allocations during gc (9/9): ExecutableCompilationUnit
Fabian Kosmale
2024-03-05
1
-3
/
+9
*
gc: sweep: simplify iteration over weak maps/sets
Fabian Kosmale
2024-01-22
1
-22
/
+13
*
Long live incremental garbage collection in QML!
Fabian Kosmale
2023-12-20
1
-67
/
+279
*
MemoryManager: Retain the end of a chunk when allocating a new one
Ulf Hermann
2023-01-27
1
-0
/
+8
*
MemoryManager: Remove grayBitmap
Ulf Hermann
2023-01-27
1
-55
/
+0
*
Revert "masm: Treat Android as generic Posix regarding mmap and friends"
Ulf Hermann
2022-11-25
1
-1
/
+1
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-10-13
1
-1
/
+1
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-07
1
-1
/
+1
*
masm: Treat Android as generic Posix regarding mmap and friends
Ulf Hermann
2022-10-06
1
-1
/
+1
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-3
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Fix typo: alignment has an n in it
Edward Welbourne
2021-10-13
1
-2
/
+2
*
Fix sweep step for tainted QObject JavaScript wrappers
Vlad Zahorodnii
2021-10-12
1
-1
/
+1
*
V4: Prevent heap objects from getting immediately swept by GC
Ulf Hermann
2020-11-06
1
-0
/
+14
*
Rephrase Chunk::sortIntoBins() for more clarity
Ulf Hermann
2020-05-25
1
-4
/
+7
*
V4: Fix mark stack overruns
Ulf Hermann
2020-02-27
1
-13
/
+8
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-09
1
-0
/
+2
|
\
|
*
QV4MM: Fix crash caused by MarkStack overflow
Fabian Kosmale
2020-01-07
1
-0
/
+2
*
|
Fix Qt6 build in preparation of qt5 submodule update
Alexandru Croitor
2019-12-19
1
-2
/
+3
|
/
*
Split compiler and runtime more clearly
Ulf Hermann
2019-07-11
1
-1
/
+1
*
rtems: Reduce MemorySegment::NumChunks
Mikhail Svetkin
2019-06-28
1
-0
/
+4
*
Add environment variable for configure maxJSStackSize and maxGCStackSize
Mikhail Svetkin
2019-06-28
1
-1
/
+1
*
Don't include qv4enginebase_p.h in qmldevtools
Ulf Hermann
2019-05-10
1
-0
/
+1
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-03-29
1
-52
/
+3
|
\
|
*
Trigger the garbage collector when allocating InternalClass objects
Ulf Hermann
2019-03-26
1
-52
/
+3
*
|
Fix logging output for GC
Ulf Hermann
2019-03-27
1
-9
/
+14
|
/
*
V4: Fix failing assert on all 32bit platforms
Erik Verbruggen
2019-02-14
1
-1
/
+1
*
MemoryManager: Only clear weak values once
Ulf Hermann
2019-01-23
1
-2
/
+0
*
Fix a crash when allocating huge memory segments
Lars Knoll
2018-11-02
1
-3
/
+2
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-2
/
+2
*
Don't let GC runs be dominated by internal classes
Lars Knoll
2018-09-14
1
-2
/
+2
*
Add support for WeakSet
Lars Knoll
2018-08-28
1
-0
/
+18
*
Implement support for WeakMap
Lars Knoll
2018-08-28
1
-0
/
+19
*
Simplify chunk sweeping code
Simon Hausmann
2018-08-05
1
-17
/
+11
[next]