|
@@ -1138,6 +1138,8 @@ implementation
|
|
|
(min_label>=int64(low(aint))) and
|
|
|
(max_label<=high(aint)) then
|
|
|
genjumptable(labels,min_label.svalue,max_label.svalue)
|
|
|
+ { value has been determined on an i7-4770 using a random case with random values
|
|
|
+ if more values are known, this can be handled depending on the target CPU }
|
|
|
else if labelcnt>=64 then
|
|
|
genjmptree(labels)
|
|
|
else
|