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

Jonas Maebe jonas at freepascal.org
Thu Oct 20 08:44:46 CEST 2022


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.
> 
> And after next change - if it causes slower code - I can solve it 
> reversely: -OaJUMP=1 to -OaJUMP=2.
> 
> Of course, I'd like some persistent solution.

That's not easy, unfortunately: https://www.youtube.com/watch?v=r-TLSBdHe1A


Jonas


More information about the fpc-pascal mailing list