Issues
- 6
High resident set size (RSS)
#1220 opened by wks - 0
Rewrite BlockPool using double-checked locking pattern
#1234 opened by wks - 0
Introduce WorkerLocal
#1233 opened by wks - 4
- 0
Replace InitializedOnce with OnceLock
#1231 opened by wks - 2
Introduce NonZeroAddress and write more idiomatic Rust code
#1223 opened by wks - 2
Show logs in release build, and stop disabling logs by level.
#1222 opened by wks - 0
- 1
- 13
Performance regression on 20240802 for luindex
#1200 opened by qinsoon - 0
- 0
Immix performs faster if defrag is enabled for every GC?
#1203 opened by qinsoon - 1
- 1
- 0
Require ObjectReference to be inside an object
#1170 opened by wks - 0
A more optimal implementation for finding base references
#1193 opened by qinsoon - 2
Don't abuse the file name `global.rs`
#1190 opened by wks - 2
- 2
Precise heap traversal API
#1186 opened by qinsoon - 0
- 0
Emit stat counters as tracepoints
#1179 opened by caizixian - 1
Out-of-memory handling in NoGC
#1177 opened by wks - 2
Better support for optional spaces
#1173 opened by k-sareen - 4
Stale forwarding bits in nursery GC in StickyImmix
#1118 opened by wks - 1
Public API check is not always correct
#1167 opened by qinsoon - 12
Guarantee old objects don't move, or add a query API for it
#1163 opened by wks - 0
Mark sweep free list allocates high address cells first
#1164 opened by qinsoon - 1
OS scheduling and designated work
#1160 opened by wks - 2
- 1
No need to atomically set VO bit in post_alloc?
#1156 opened by qinsoon - 2
Expose APIs for bindings to check if (metadata) memory has been mapped or not
#1152 opened by k-sareen - 0
Use vector for BlockList in MarkSweepSpace
#1153 opened by wks - 0
MarkSweepSpace should use BlockPageResourcre
#1145 opened by wks - 1
Marksweep is slower in lusearch and xalan after #1112
#1123 opened by qinsoon - 1
- 1
Do not do any significant amount of work in `Release`
#1147 opened by wks - 1
Prolific types
#1143 opened by wks - 1
`harness_begin` shouldn't trigger GC
#1140 opened by wks - 0
Custom tracing unit/packet
#1137 opened by wks - 2
- 1
Marksweep is slower in most benchmarks after #953
#1135 opened by qinsoon - 1
API migration guide
#1131 opened by qinsoon - 21
- 0
Run tests against M1 macOS runner
#1115 opened by qinsoon - 1
Improper but "silently succeeding" use of post write barrier
#1129 opened by wks - 4
ReferenceProcessor does not trace transitively discovered SoftReference instances
#1125 opened by wks - 7
Block cell size is sometimes zero in native MarkSweep
#1103 opened by wks - 7
Any plan to support C++?
#1113 opened by harry75369 - 1
Support ASAN
#1111 opened by qinsoon - 0
Rustup warns against installing i686 toolchains on x86_64
#1107 opened by wks