Board index » off-topic » Fastcode Sort B&V version 0.4

Fastcode Sort B&V version 0.4


2005-09-18 04:58:21 PM
off-topic19
See basm
 
 

Re:Fastcode Sort B&V version 0.4

Released on attachments (both with and without binary).
This B&V now has the changes which were made to IntToStr.
Validation and benchmarking has not changed; please comment on any
holes in validation or inaccuracies or possible improvements in
benchmarking you encounter. It have not done any spread testing on the
benchmark yet.
Comments on Delphi 5 compatiblity are also welcome, but i expect this
B&V to be (almost) compatible, since all modified units were copied
directly from IntToStr.
Note that this challenge is blind.
 

Re:Fastcode Sort B&V version 0.4

Quote
Released on attachments (both with and without binary).
Released version 0.5 now. This version contains some fixes having to do
with the conditional inclusion of FastMM4 and the console mode.
 

{smallsort}

Re:Fastcode Sort B&V version 0.4

Re:Fastcode Sort B&V version 0.4

Avatar Zondertau wrote:
Quote

Comments on Delphi 5 compatiblity are also welcome, but i expect this
B&V to be (almost) compatible, since all modified units were copied
directly from IntToStr.
FastCodeChallengeSortUnit.pas, line 27:
{$ifdef Delphi7plus}
{$WARN SYMBOL_PLATFORM OFF}
{$endif}
I think it was D7 that introduced the {$WARN SYMBOL_PLATFORM OFF} directive.
--
Anders Isaksson, Sweden
BlockCAD: web.telia.com/~u16122508/proglego.htm
Gallery: web.telia.com/~u16122508/gallery/index.htm
 

Re:Fastcode Sort B&V version 0.4

Avatar Zondertau wrote:
Quote

Note that this challenge is blind.
For how long? Any date set?
--
Anders Isaksson, Sweden
BlockCAD: web.telia.com/~u16122508/proglego.htm
Gallery: web.telia.com/~u16122508/gallery/index.htm
 

Re:Fastcode Sort B&V version 0.4

Hi Anders
Quote
For how long? Any date set?
Nope. The B&V is not ready. We cannot make a challenge without a B&V.
Regards
Dennis
 

Re:Fastcode Sort B&V version 0.4

Quote
>Comments on Delphi 5 compatiblity are also welcome, but i expect
>this B&V to be (almost) compatible, since all modified units were
>copied directly from IntToStr.


FastCodeChallengeSortUnit.pas, line 27:

{$ifdef Delphi7plus}
{$WARN SYMBOL_PLATFORM OFF}
{$endif}

I think it was D7 that introduced the {$WARN SYMBOL_PLATFORM OFF}
directive.
I know that before this line was used together with $IFDEF Delphi6Plus,
so i'll use that instead. I'll also add it to Defines.inc instead of
having it here.