[fpc-devel] Case code pattern
Marco Borsari
borsa77 at libero.it
Tue Aug 14 11:27:09 CEST 2018
Il 14/08/2018 10:00, Martok ha scritto:
> What Kit said, but a correction: the threshold is not 50, it is 19. And what is generated is not technically a jump table, but a
> typed dispatch table.
>
From what I can read from Wikipedia, every compound of the case is
enclosed in
a procedure (or in a function, as you said the table is typed), declared
with
nostackframe, and called by an array of index, right?
More information about the fpc-devel
mailing list