Computed goto for efficient dispatch tables (2012)
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
#HackerNews #computedgoto #efficientdispatch #programming #techniques #performanceoptimization
Computed goto for efficient dispatch tables (2012)
https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables
#HackerNews #computedgoto #efficientdispatch #programming #techniques #performanceoptimization
"Implementing Fast Interpreters" [2012], Thomas Schilling (http://nominolo.blogspot.com/2012/07/implementing-fast-interpreters.html).
"Threaded Code", Anton Ertl (http://www.complang.tuwien.ac.at/forth/threaded-code.html).
Via HN: https://news.ycombinator.com/item?id=27048266
#ThreadedCode #Interpreters #Speed #Performance #Efficiency #Optimization #Programming #ComputedGoto
“Computed Gotos For Efficient Dispatch Tables” [2012], Eli Bendersky (https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables).
Via HN: https://news.ycombinator.com/item?id=25620445
#C #ComputedGoto #Interpreter #Performance #Optimization #Programming #Compiler #PLDI #GCC #Efficiency #Speed