mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 06:27:27 +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
|
(min_label>=int64(low(aint))) and
|
||||||
(max_label<=high(aint)) then
|
(max_label<=high(aint)) then
|
||||||
genjumptable(labels,min_label.svalue,max_label.svalue)
|
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
|
else if labelcnt>=64 then
|
||||||
genjmptree(labels)
|
genjmptree(labels)
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user