Viewing profile — theblatte
theblatte
HN member- Joined
- Thu, Jun 11, 2015, 3:25 PM UTC
- HN karma
- 45
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About theblatte
No profile information was provided.
Recent public activity
-
comment
Comment #9714662
In this case, Infer is correct: the method test() by itself is harmless, because it could be the case that "s" has been initialised before it is called. Infer does a bottom-up anal…
-
comment
Comment #9703162
Infer computes fixpoints whenever there is a cycle in the call graph, until it reaches stable procedure summaries or timeouts.
-
comment
Comment #9702601
(Infer dev here) One strength of Infer is that it is inter-procedural, yet not whole-program: each procedure gets analyzed independently. So it's cheap enough to run on large codeb…
-
comment
Comment #9701239
I'm posting from that very room right now.