> > > What is the performance impact of extra function call > > vs. multiple copies of the same jump table? > > I don't know. I would hope that an indirect call and return > would be just as predictable as an indirect jump and branch. > > Fancy helping me benchmark? > Sure. Send me a patch. I will run some benchmarks. H.J.