Actually health care costs are growing far larger and faster than the cost of social security.
Thinking about it, that sounds like inline threading http://blog.mozilla.com/dmandelin/2008/08/27/inline-threadin...
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 examples
Exactamundo!
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_idx] == PUSH)…
Actually health care costs are growing far larger and faster than the cost of social security.
Thinking about it, that sounds like inline threading http://blog.mozilla.com/dmandelin/2008/08/27/inline-threadin...
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 examples
Exactamundo!
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_idx] == PUSH)…