Re: [fpc-devel] LLVM code generator

2019-04-23 Thread Jonas Maebe
On 23/04/2019 19:27, Ryan Joseph wrote: Any new news on the LLVM code generator? Link-time optimization support is now also integrated in the compiler. I wanted to test this but the old link posted seems to be dead. Is there an updated link and instructions to build? Which old link? Here's

Re: [fpc-devel] LLVM code generator

2019-04-23 Thread Ryan Joseph
Any new news on the LLVM code generator? I wanted to test this but the old link posted seems to be dead. Is there an updated link and instructions to build? Regards, Ryan Joseph ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://l

Re: [fpc-devel] "inline" issue

2019-04-23 Thread Marco van de Voort
Op 4/23/2019 om 4:31 PM schreef J. Gareth Moreton: I should ask actually... what's Delphi's support on 'inline' appearing just in the implementation section? My guess: only inline locally in the implemenation, iow the function is exported non-inline. _

Re: [fpc-devel] "inline" issue

2019-04-23 Thread J. Gareth Moreton
I should ask actually... what's Delphi's support on 'inline' appearing just in the implementation section? Given how many units have "inline" in just the implementation section, and how some cross-platform units have "inline" on platforms that benefit from it on their particular implementation