Re: [fpc-devel] [fpc-announce] FPC 3.2.0 released!

2020-07-06 Thread Sven Barth via fpc-devel
Ryan Joseph via fpc-devel schrieb am Mo., 6. Juli 2020, 19:04: > > > > On Jul 4, 2020, at 8:10 PM, Marco van de Voort < > f...@pascalprogramming.org> wrote: > > > > But the syntax will be CARD(variable), and there are some minor > things wrong with it: (anyone?) > > I'm waiting on my patch for im

Re: [fpc-devel] [fpc-announce] FPC 3.2.0 released!

2020-07-05 Thread J. Gareth Moreton
That's great to know that the compiled binaries are smaller with, hopefully, no loss in speed.  Glad to see my little assembly language optimisations have come in handy! Now I need to get a move on and implement pure functions for the future release. Gareth aka. Kit On 03/07/2020 18:18, Kei

Re: [fpc-devel] [fpc-announce] FPC 3.2.0 released!

2020-07-04 Thread Ryan Joseph via fpc-devel
> On Jul 4, 2020, at 8:10 PM, Marco van de Voort > wrote: > > But the syntax will be CARD(variable), and there are some minor > things wrong with it: (anyone?) I'm waiting on my patch for implicit function specialization to be reviewed since I did a redesign (as per Svens request). If there

Re: [fpc-devel] [fpc-announce] FPC 3.2.0 released!

2020-07-04 Thread Marco van de Voort
Op 2020-07-03 om 19:18 schreef Keith Bowes via fpc-devel:  Another thing was the Card function, which I thought would be easy to do, as surely the code keeps track of how many elements there are in a set, but if it does, I couldn't find it. (Just a bit of fun, doesn't really answer your questi

Re: [fpc-devel] [fpc-announce] FPC 3.2.0 released!

2020-07-03 Thread Keith Bowes via fpc-devel
Je 2020-06-20 je 12:03:58 (+0200) Marco van de Voort skribis: > > Finally, the Free Pascal 3.2.0 release is available from our servers and > from sourceforge. > I've been playing around a little with it. So far, so good. It compiles as fast as ever and the generated binaries are much smaller t