mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-02 22:27:21 +01:00
* commented how the limit for a case jmp tree had been determined
git-svn-id: trunk@35647 -
This commit is contained in:
parent
e8f7c9dfdd
commit
1ae90bce53
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user