[fpc-pascal] big const arrays

Пётр Косаревский ppkk at mail.ru
Tue Apr 18 13:55:13 CEST 2006


Is there any easy way to create big array of constants?

Does it matter (with maximum optimizations switches), if my >50 Kb array is defined as constant?

That is: are there benefits from defining heavily used array as const versus defining it as variable and filling data by program?

(For example, array contains precalculated values of some function.)



More information about the fpc-pascal mailing list