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

incorporate information about initial, immovable heap objects #98

Open
davepacheco opened this issue Dec 1, 2017 · 0 comments
Open

Comments

@davepacheco
Copy link
Contributor

See nodejs/post-mortem#50 (comment) for details. It sounds like with a small amount of additional metadata (fixed addresses of initial objects), we can potentially get access to more information about the layout of the heap and different types of objects. I'm not sure yet what we can do with this, but it's worth exploring. We may be able to do more directed traversals of the JS heap (if we have information about top-level heap structures) or construct a list of types without having traversed the entire heap.

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