search for: op_rpop

Displaying 1 result from an estimated 1 matches for "op_rpop".

Did you mean: op_pop
2011 Sep 02
1
[LLVMdev] Best way to use LLVM with byte code vm
...returning to the dispatch loop. Ok, so I am looking to build a compilation mechanism using LLVM and imagine leveraging optimizations at two distinct levels. I'm sure there must be opportunities to optimize my VM byte code sequences (for example eliminating OP_PUSH and OP_POP or OP_RPUSH and OP_RPOP sequences or reordering stack use in general to be more optimized and things like that). This is obviously something I will need to do myself and probably won't leverage too much of LLVM to help with (although if I'm wrong about this and there is support at this level, I would love to unde...