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
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.
how to find dead writes during the execution
of JavaScript programs?any example ?
The text was updated successfully, but these errors were encountered: