Live data from Hacker News

Viewing profile — theblatte

theblatte

HN member
Joined
Thu, Jun 11, 2015, 3:25 PM UTC
HN karma
45
Public activity
4 items

About theblatte

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #9703162

    Infer computes fixpoints whenever there is a cycle in the call graph, until it reaches stable procedure summaries or timeouts.

  3. 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…

  4. comment
    Comment #9701239

    I'm posting from that very room right now.