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

Feature Request: Reference tracking #43

Open
ZeWaka opened this issue Jun 17, 2021 · 1 comment
Open

Feature Request: Reference tracking #43

ZeWaka opened this issue Jun 17, 2021 · 1 comment

Comments

@ZeWaka
Copy link
Contributor

ZeWaka commented Jun 17, 2021

Extools had an ability to get forwards and backward references to an object, for debugging hard Dels.

It would be wonderful if auxtools had this same functionality.

@willox
Copy link
Owner

willox commented Jun 17, 2021

The issues with this in extools were:

  • memory usage, it can't stay in ram (at least in the byond address space)
  • detecting deleted lists/datums. The code extools hooked to do this is not always used by byond, as various call sites to it have been inlined by the compiler

Fixing the latter is hard or impossible

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

2 participants