Nim icon indicating copy to clipboard operation
Nim copied to clipboard

Lbcheng

Open lbcheng888 opened this issue 2 months ago • 3 comments

  • 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).

lbcheng888 avatar Oct 16 '25 15:10 lbcheng888

Most interesting. Can you give us more documentation please?

Araq avatar Oct 16 '25 17:10 Araq

sure, b395500

lbcheng888 avatar Oct 17 '25 02:10 lbcheng888

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?

arnetheduck avatar Nov 11 '25 11:11 arnetheduck