You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem can be solved by marking all pairs (just like garbage collection) before printing, and unmarking them afterwards. If marked object was found during printing, you should output something like .... But this will slow down fe_write() twice.
The text was updated successfully, but these errors were encountered:
ooichu
changed the title
fe_write() hangs on circular listsfe_write() hangs on circular lists
Feb 4, 2023
ooichu
changed the title
fe_write() hangs on circular listsfe_write() crashes on circular lists
Feb 6, 2023
This problem can be solved by marking all pairs (just like garbage collection) before printing, and unmarking them afterwards. If marked object was found during printing, you should output something like
...
. But this will slow downfe_write()
twice.The text was updated successfully, but these errors were encountered: