Re: [fpc-pascal] Problem with code aligning (probably)

2022-10-20 Thread Jonas Maebe via fpc-pascal
On 20/10/2022 16:46, Vojtěch Čihák via fpc-pascal wrote: Thanks, although it's not very optimistic. Is there anything else I can try except {$CODEALIGN ...}? For example change heap or stack size but I don't know what values should I try since I never needed it. Changing the heap or stack

Re: [fpc-pascal] Problem with code aligning (probably)

2022-10-20 Thread Vojtěch Čihák via fpc-pascal
Thanks, although it's not very optimistic.   Is there anything else I can try except {$CODEALIGN ...}? For example change heap or stack size but I don't know what values should I try since I never needed it.   BTW, is there chance that these problems will go away with newer hardware, like some

Re: [fpc-pascal] MQTT package for freepascal/lazarus?

2022-10-20 Thread Bo Berglund via fpc-pascal
On Thu, 20 Oct 2022 11:11:17 +0200, Bo Berglund via fpc-pascal wrote: >On Tue, 11 Oct 2022 19:42:26 +0200 (CEST), Karoly Balogh via fpc-pascal > wrote: > >>Hi, >> >>On Tue, 11 Oct 2022, Bo Berglund via fpc-pascal wrote: >> >>> I am looking for a pascal implementation of the MQTT protocol. >>> I

Re: [fpc-pascal] MQTT package for freepascal/lazarus?

2022-10-20 Thread Bo Berglund via fpc-pascal
On Tue, 11 Oct 2022 19:42:26 +0200 (CEST), Karoly Balogh via fpc-pascal wrote: >Hi, > >On Tue, 11 Oct 2022, Bo Berglund via fpc-pascal wrote: > >> I am looking for a pascal implementation of the MQTT protocol. >> I could not find anything inside Lazarus' OnLinePackageManager. >> >> Is there

Re: [fpc-pascal] Problem with code aligning (probably)

2022-10-20 Thread Jonas Maebe via fpc-pascal
On 20/10/2022 00:24, Vojtěch Čihák via fpc-pascal wrote: Hi again, I moved directives from {$CODEALIGN JUMP=2} to -OaJUMP=2 in Project Options but I still did not found solution. I observed that when code is - after some change - slower, I can solve it by changing -OaJUMP=2 to -OaJUMP=1.