I was wondering how long your `switch` needs to be to use stuff like `computedGoto` or `linearScanEnd` ?.
Because if you have >100 lines of `switch` obviously it makes sense, but if you use it on a switch that only has like 3 options, is considered bad style?
