[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#67883: 29.1.90; Native compiler hangs when compiling code with circu
From: |
hokomo |
Subject: |
bug#67883: 29.1.90; Native compiler hangs when compiling code with circular objects |
Date: |
Wed, 27 Dec 2023 19:48:23 +0100 |
Merging the two indeed seems appropriate.
FWIW, I've read the other thread [1] and agree with Stefan's view
that circular structures should be handled correctly by the
compiler. I believe the example with `cycle-pure' shows that this
is both useful and necessary, since circular structures can appear
even without being directly present in the source code as
literals, e.g. after compiler optimizations (which seems to be the
case here, although I haven't confirmed it 100%).
- [1] <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57957>
Kind regards,
hokomo