mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +02:00
* 32k is the limit for parameters on the motorola, so suggestion of
limiting to 32k is done.
This commit is contained in:
parent
9083713fe4
commit
8c2b6eadec
@ -2919,7 +2919,8 @@ by the compiler itself)
|
||||
|
||||
Take care that using value parameters makes heavy use of the stack,
|
||||
especially if you pass large parameters. The total size of all parameters in
|
||||
the formal parameter list can only be 64K (on an Intel machine).
|
||||
the formal parameter list should be below 32K for portability's sake (the
|
||||
Intel version limits this to 64K).
|
||||
|
||||
You can pass open arrays as value parameters. See \sees{openarray} for
|
||||
more information on using open arrays.
|
||||
|
Loading…
Reference in New Issue
Block a user