Re: [fpc-pascal] Remote FreePascal compile service, feedback requested

2005-12-06 Thread L505
> > Here is my first fpc DOS attack: > > > > type > > TMyClassA = class; > > > > TMyClassA = class(TMyClassA) > > procedure DoSomething; override; > > end; Email Abuse Syndrome: This makes me think we should start up something accepting emails as input to the compiler interface. Ever

Re: [fpc-pascal] DOOM game for FPC

2005-12-06 Thread L505
> Such issues has usually nothing to do with good/bad code generation. I meant bad code by the author/creator... not the compiler :) Sometimes delphi has been known to clean up bad loops that people create, and speed them up.. ___ fpc-pascal maillis

Re: [fpc-pascal] DOOM game for FPC

2005-12-06 Thread L505
> > > > Keyboard handling is not something which is cpu-bound in any way, so > > I doubt that is caused by a code generation issue. > > > > > Only think I could think of is if maybe there are some non-standard loops > running > waiting for the keyboard, that are sucking up CPU, it is weird .. >

Re: [fpc-pascal] DOOM game for FPC

2005-12-06 Thread L505
> > Keyboard handling is not something which is cpu-bound in any way, so > I doubt that is caused by a code generation issue. > Only think I could think of is if maybe there are some non-standard loops running waiting for the keyboard, that are sucking up CPU, it is weird .. __

Re: [fpc-pascal] Remote FreePascal compile service, feedback requested

2005-12-06 Thread Mattias Gaertner
On Tue, 06 Dec 2005 11:08:26 +0100 Vincent Snijders <[EMAIL PROTECTED]> wrote: > Mattias Gaertner wrote: > > On Mon, 5 Dec 2005 18:50:28 +0100 (CET) > > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > >> > >>On Mon, 5 Dec 2005, L505 wrote: > >> > >> > >>>Also, a simple macro could end u

Re: [fpc-pascal] Remote FreePascal compile service, feedback requested

2005-12-06 Thread Vincent Snijders
Mattias Gaertner wrote: On Mon, 5 Dec 2005 18:50:28 +0100 (CET) Michael Van Canneyt <[EMAIL PROTECTED]> wrote: On Mon, 5 Dec 2005, L505 wrote: Also, a simple macro could end up in a neverending loop and bring down the server. Lots of other ways to make a compiler go nuts. The Free Pascal

Re: [fpc-pascal] Remote FreePascal compile service, feedback requested

2005-12-06 Thread Tom Verhoeff
On Mon, Dec 05, 2005 at 10:03:58AM -0500, Tony Pelton wrote: > On 12/5/05, Tom Verhoeff <[EMAIL PROTECTED]> wrote: > > Why do this? Because that way people can use/try FreePascal without > > installing anything. > > installing really isn't too complicated currently. > > download a tarball, expan

Re: [fpc-pascal] Remote FreePascal compile service, feedback requested

2005-12-06 Thread Michael Van Canneyt
On Tue, 6 Dec 2005, Michalis Kamburelis wrote: Tom Verhoeff wrote: [...] I was thinking of adding a remote FreePascal service along the following lines. You go to its web interface, browse for your source files (possibly a whole zip archive) on your local machine, enter command-line options