Live data from Hacker News

Viewing profile — anon_comenter9

anon_comenter9

HN member
Joined
Sat, Jul 02, 2011, 9:16 PM UTC
HN karma
5
Public activity
5 items

About anon_comenter9

No profile information was provided.

Recent public activity

  1. comment
    Comment #2854972

    Actually health care costs are growing far larger and faster than the cost of social security.

  2. comment
    Comment #2722826

    Thinking about it, that sounds like inline threading http://blog.mozilla.com/dmandelin/2008/08/27/inline-threadin...

  3. comment
    Comment #2722807

    You are probably talking about threaded code which is described in "The Structure and Performance of Efficient Interpreters" http://www.jilp.org/vol5/v5paper12.pdf With real code …

  4. comment
    Comment #2722693

    Exactamundo!

  5. comment
    Comment #2722459

    Unless this is relying on the compiler optimizing this, the dispatch looks to be not good if(vm->pProgram->instr[instr_idx] == MOV) arg0 = arg1; else if(vm->pProgram->instr[instr_i…