Re: [fpc-devel] market as inline is not inlined

2019-12-27 Thread Jonas Maebe
On 27/12/2019 19:27, Joao Schuler wrote: > I'm not sure if it's happening only to me, but I have a feeling that > trunk produces more "marked as inline is not inlined" than FPC 3.0.4. That's because FPC 3.0.4 did not report all of those cases, while trunk does. In practice, trunk can inline in mor

[fpc-devel] market as inline is not inlined

2019-12-27 Thread Joao Schuler
Hello, I'm not sure if it's happening only to me, but I have a feeling that trunk produces more "marked as inline is not inlined" than FPC 3.0.4. This is an example if anyone intends to build and see: https://github.com/joaopauloschuler/neural-api/tree/master/examples/XorAndOr BTW, trunk is fast