Re: [fpc-pascal] Assert (in System) overhead

2005-04-03 Thread Peter Vreman
> The System Unit provides the Assert procedures. Code generation for > Assert can be activated through a compiler switch or command-line option: > > > > However, if you do leave them in, what is the overhead? In particular, > >

[fpc-pascal] Assert (in System) overhead

2005-04-03 Thread Tom Verhoeff
The System Unit provides the Assert procedures. Code generation for Assert can be activated through a compiler switch or command-line option: However, if you do leave them in, what is the overhead? In particular, (1) does

Re: [fpc-pascal] interface 'is' patch (finished and included) - correction on my answer

2005-04-03 Thread Peter Vreman
> 3. COMPILER DIRECTIVES > == > > Ok, I tryed "is" on Delphi and saw the difference. Patch will be corrected > to > your likes (class to class checking). > > Is there any mode present (I mean like objfpc, delphi), something like > "relaxed" > I would correct patch in a way that