Live data from Hacker News

Viewing profile — jeremiahar

jeremiahar

HN member
Joined
Tue, Mar 21, 2017, 3:01 AM UTC
HN karma
8
Public activity
3 items

About jeremiahar

No profile information was provided.

Recent public activity

  1. comment
    Comment #44439278

    In my experience, as long as there's only a single implementation, devirtualization works well, and can even inline the functions. But you need to pass something along the lines of…

  2. comment
    Comment #43942839

    Clang also supports virtual function elimination with -fvirtual-function-elimination, which AFAIK currently requires full LTO [0]. Normally, the virtual functions can't be removed …

  3. comment
    Comment #43027689

    I worked on something like this back in 2016, I'm not sure how much things have changed since then. I used dynamic binary instrumentation to deal with the field encryption. Basical…