[fpc-pascal] Getting fast output

leledumbo leledumbo_cool at yahoo.co.id
Tue Jul 22 07:29:07 CEST 2008



Peter Vreman wrote:
> 
>  http://www.freepascal.org/docs-html/rtl/system/settextbuf.html
> http://www.freepascal.org/docs-html/rtl/system/settextbuf.html 
> 
Oh, yeah! I forgot to mention this. But declaring the buffer will eat spaces
,for instance:
...
var
  Buf: array [0..65535] of Byte;
...
will add 64k to the executable because it's allocated on the stack.
-- 
View this message in context: http://www.nabble.com/Getting-fast-output-tp18562328p18582669.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.




More information about the fpc-pascal mailing list