On Fri, Nov 18, 2016 at 05:19:31PM +0000, Iain Sandoe wrote: > I’d like to do that; is there a way to force a jump table for a limited set > of cases? > (the example was about the smallest I could get where GCC elected to produce > a jump table instead of branches)
--param case-values-threshold ? Segher