Nim
Nim copied to clipboard
Lbcheng
- Documented all ARC/ORC deterministic-release work, including IR generation changes (nimTraceClosure, mandatory attachedTrace), runtime support (TNimTypeV2, cyclebreaker.releaseGraph/thinout, lightweight nimTraceRef* stub), and async lifecycle fixes (callSoon, consolidated leak tests, new stress suites).
- Published the verification matrix that was used to vet the new behavior (ARC/ORC runs, threaded scenarios, leak counters).
Most interesting. Can you give us more documentation please?
sure, b395500
chronos already achieves similar memory release properties without the additional complexity of runtime tracing simply by improving the implementation of the dispatch pipeline - are there cases that this approach covers, which the chronos approach does not?