RESOLVED FIXED Bug 159170
Clean up resetting reachability in B3/Air
https://bugs.webkit.org/show_bug.cgi?id=159170
Summary Clean up resetting reachability in B3/Air
Filip Pizlo
Reported 2016-06-27 14:47:06 PDT
In r202512 I fixed a bug in B3::Procedure::resetReachability(), but this fix was more complicated than need be. There was one set of data structures for the set of live basic blocks, and another for the set of live values - even though the set of blocks determined the set of values.
Attachments
the patch (6.28 KB, patch)
2016-06-27 15:02 PDT, Filip Pizlo
ggaren: review+
Filip Pizlo
Comment 1 2016-06-27 15:02:29 PDT
Created attachment 282171 [details] the patch
Geoffrey Garen
Comment 2 2016-06-27 15:12:08 PDT
Comment on attachment 282171 [details] the patch r=me
Filip Pizlo
Comment 3 2016-06-27 15:27:13 PDT
Note You need to log in before you can comment on or make changes to this bug.