Viewing profile — rudkx
rudkx
HN member- Joined
- Mon, May 26, 2014, 7:21 AM UTC
- HN karma
- 2
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About rudkx
No profile information was provided.
Recent public activity
-
comment
Comment #7800831
> My use case was that you already have a set of edges that profiling tells you is "rarely taken", and you wish to know if eliding any of those edges improves optimization. True, I…
-
comment
Comment #7798999
This is similar to how SCCP (sparse conditional constant propagation) works in that it only considers that edges that are known possible to execute. In that case the edges are mark…