Re: [fpc-devel] Parallel Computing

2007-12-07 Thread Mattias Gaertner
On Mon, 03 Dec 2007 15:06:53 +0100 Michael Schnell <[EMAIL PROTECTED]> wrote: > > > Here is a start: > > http://wiki.lazarus.freepascal.org/OpenMP_support > > > Thanks for the link. > > I'll add my "thread event" idea as another proposal. Interesting idea. OpenMP is about lightweight thread

Re: [fpc-devel] Minor problem building fpc2.3.1on OS/2

2007-12-07 Thread Tomas Hajny
Dave Parsons wrote: > On Fri, 07 Dec 2007 12:12:53 +0100, Vincent Snijders wrote: >> Dave Parsons schreef: Hi, >> > I've just tried building fpc-2.3.1 from svn using fpc-2.0.4 and >> > received the following errors. > >> Can you start with fpc-2.2.0? > > No, according to the FPC download page 2.

Re: [fpc-devel] Parallel Computing

2007-12-07 Thread Mark Morgan Lloyd
Mattias Gaertner wrote: Here is a start: http://wiki.lazarus.freepascal.org/OpenMP_support Thanks, interesting. I'll tack any thoughts I have into that page's discussion. -- Mark Morgan Lloyd markMLl .AT. telemetry.co .DOT. uk [Opinions above are the author's, not those of his employers or c

Re: [fpc-devel] (patch) An attempt to improve assignments/function result reuse

2007-12-07 Thread Jonas Maebe
On 07 Dec 2007, at 18:04, Michael Van Canneyt wrote: Thanks, I've applied your patch. I'm also testing a patch for the function result handling (there was another issue: the fact that the fake "result" variable is actually implemented as an absolute variable referring to the actual functio

Re: [fpc-devel] (patch) An attempt to improve assignments/function result reuse

2007-12-07 Thread Michael Van Canneyt
On Fri, 7 Dec 2007, Jonas Maebe wrote: > > On 04 Dec 2007, at 11:30, Sergei Gorelkin wrote: > > >Currently, when assigning types that need helper routines (records, Windows > >widestrings and variants), the compiler converts assignment into a helper > >call immediately. If this is moved from t

Re: [fpc-devel] (patch) An attempt to improve assignments/function result reuse

2007-12-07 Thread Jonas Maebe
On 04 Dec 2007, at 11:30, Sergei Gorelkin wrote: Currently, when assigning types that need helper routines (records, Windows widestrings and variants), the compiler converts assignment into a helper call immediately. If this is moved from typecheckpass to pass1, certain assignments get the

Re: [fpc-devel] Minor problem building fpc2.3.1on OS/2

2007-12-07 Thread Dave Parsons
On Fri, 07 Dec 2007 12:12:53 +0100, Vincent Snijders wrote: > Dave Parsons schreef: > > Hi, > > > > I've just tried building fpc-2.3.1 from svn using fpc-2.0.4 and > > received the following errors. > Can you start with fpc-2.2.0? > No, according to the FPC download page 2.0.4 is the latest. I

Re: [fpc-devel] Minor problem building fpc2.3.1on OS/2

2007-12-07 Thread Vincent Snijders
Dave Parsons schreef: Hi, I've just tried building fpc-2.3.1 from svn using fpc-2.0.4 and received the following errors. classes.inc(1131,3) Error: Procedure type INLINE not supported classes.inc(1139,3) Error: Procedure type INLINE not supported classes.inc(1147,3) Error: Procedure type INLINE

[fpc-devel] Minor problem building fpc2.3.1on OS/2

2007-12-07 Thread Dave Parsons
Hi, I've just tried building fpc-2.3.1 from svn using fpc-2.0.4 and received the following errors. classes.inc(1131,3) Error: Procedure type INLINE not supported classes.inc(1139,3) Error: Procedure type INLINE not supported classes.inc(1147,3) Error: Procedure type INLINE not supported classes.i