Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deal with cyclic heap structures #17

Open
mpickering opened this issue Jul 24, 2019 · 1 comment
Open

Deal with cyclic heap structures #17

mpickering opened this issue Jul 24, 2019 · 1 comment

Comments

@mpickering
Copy link
Collaborator

The current full traversal will just loop forever if there is a cycle in the heap structure. We need to cache closure lookups for the current pause window so to know when we would reach an infinite loop.

@mpickering mpickering changed the title Deal with cyclic heap strucutres Deal with cyclic heap structures Jul 24, 2019
@mpickering
Copy link
Collaborator Author

Related to #23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant