Forum
Code Size Limit - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+--- Thread: Code Size Limit (/showthread.php?tid=978)



Code Size Limit - yeti - 09-18-2020

Hello,

I wonder what the limit is to code size with Boriel on:

48K
128K
ZX Spectrum Next?

Can I write my program without thinking about how Boriel is paging memory in the background?


RE: Code Size Limit - Ljg701 - 09-19-2020

(09-18-2020, 11:40 PM)yeti Wrote: Hello,

I wonder what the limit is to code size with Boriel on:

48K
128K
ZX Spectrum Next?

Can I write my program without thinking about how Boriel is paging memory in the background?

At the moment boriel does not support automatic paging of code. For the Next it's possible to control the paging of resources manually. I believe future compiler development may offer improvements in this area