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

find dead writes during the execution of JavaScript programs? #142

Open
MuhammadKashifKhan opened this issue Dec 16, 2017 · 1 comment
Open

Comments

@MuhammadKashifKhan
Copy link

how to find dead writes during the execution
of JavaScript programs?any example ?

@msridhar
Copy link
Contributor

You could base an analysis off of MemInsight. You'd have to log all the uses of objects rather than just their last use. Then, given the trace, you could find writes for which there was another write before any read. It'd be a bit of work (particularly since MemInsight hasn't been touched in a while) but I think it'd be doable.

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