non-threaded rts and CollectGarbage

9 Sep
2020
9 Sep
'20
2:17 p.m.
Hi there! in the non-threaded rts we use itimer to do light weight scheduling of threads via SIGALRM signals. I'm seeing quite a bit of heap corruption on aarch64, and it appears that I also see a lot of signal handling in the GC, for example during evacuate. Is there a fundamental reason why we can't just disable the timer during GC? Cheers, Moritz
1761
Age (days ago)
1761
Last active (days ago)
0 comments
1 participants
participants (1)
-
Moritz Angermann