There were two errors when generating Auto#_i2code:
1. the dummy functions were looked up in reverse, that is id -1 was returning dummyFunction101 or something like this. 2. the binary search generating function expects a continous field between lo and hi but since we don't use id 0 there was an off-by-one error. (commit: 7e117ed)