Re: Why 64bit Delphi compiler from Borland may be meaningless!
From: Ingvar Nilsen (telcontr_at_online-not-this-part-.no)
Date: 01/22/05
- Next message: Jason Southwell: "Re: RAD Evolution Theory"
- Previous message: Rudy Velthuis [TeamB]: "Re: Developer license"
- In reply to: Rudy Velthuis [TeamB]: "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Next in thread: Mike Williams (TeamB): "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Reply: Mike Williams (TeamB): "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Reply: Rudy Velthuis [TeamB]: "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Reply: somebody: "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 22 Jan 2005 23:39:25 +0100
Rudy Velthuis [TeamB] wrote:
> Yes. Always use fixed size types, like AnsiChar, WideChar, ShortInt,
> Byte, SmallInt, Word, LongInt, LongWord, and not the "generic" types
> like Integer, Cardinal and Char.
What I have learnt is the opposite.
Except from structures stored in files where the location needs to be
accurate, a generic type will be more portable and will be optimized by
the compiler.
Source code written with D1 would then be compiled with maximum
optimization, in D2..D7, D2005, even in a Delphi 64 bit version.
-- Ingvar Nilsen
- Next message: Jason Southwell: "Re: RAD Evolution Theory"
- Previous message: Rudy Velthuis [TeamB]: "Re: Developer license"
- In reply to: Rudy Velthuis [TeamB]: "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Next in thread: Mike Williams (TeamB): "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Reply: Mike Williams (TeamB): "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Reply: Rudy Velthuis [TeamB]: "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Reply: somebody: "Re: Why 64bit Delphi compiler from Borland may be meaningless!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|