[Bug d/101692] Referenses in Slist are not counted by GC

2021-08-03 Thread zed at lab127 dot karelia.ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101692 Eugene Zhiganov changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug d/101692] Referenses in Slist are not counted by GC

2021-08-03 Thread zed at lab127 dot karelia.ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101692 --- Comment #8 from Eugene Zhiganov --- Created attachment 51250 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=51250&action=edit eventDriivenStateMachines in D, working version attached the file, maybe someone will be interested

[Bug d/101692] Referenses in Slist are not counted by GC

2021-08-01 Thread zed at lab127 dot karelia.ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101692 --- Comment #7 from Eugene Zhiganov --- (In reply to Eugene Zhiganov from comment #5) > This rxMachines array is just for the purpose of holding references, > since references in linked list are not counted at all by GC. Maybe I am not right he

[Bug d/101692] Referenses in Slist are not counted by GC

2021-07-31 Thread zed at lab127 dot karelia.ru via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101692 --- Comment #6 from Eugene Zhiganov --- ... and there is another "interesting" observation... In one one of the programs there is a StageMachine instance, that catches SIGTERM and SIGINT and there is 'honest' reference to that instance in main(