On Thu, 11 Sep 2008, Lukas Gradl wrote:
> Forgot to add: No difference between i386 and x64.
Thanks, I updated the programmer's guide so the default sizes are now
documented.
Michael.
___
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http:/
Forgot to add: No difference between i386 and x64.
regards
Lukas
Lukas Gradl schrieb:
As far as i can understand the fpc sources it's in compiler/scanner.pas,
line 359ff:
{ Default enum packing for delphi/tp7 }
if (m_tp7 in current_settings.modeswitches) or
As far as i can understand the fpc sources it's in compiler/scanner.pas,
line 359ff:
{ Default enum packing for delphi/tp7 }
if (m_tp7 in current_settings.modeswitches) or
(m_delphi in current_settings.modeswitches) then
current_settings.packenum:
On Thu, 11 Sep 2008, Marco van de Voort wrote:
> In our previous episode, Michael Van Canneyt said:
> > > As far as I could find in the docs it depends on $MODE: for $MODE OBJPAS
> > > it's
> > > 4 but I could'nt find the default for $MODE DELPHI.
> >
> > Where did you read that this depends o
In our previous episode, Michael Van Canneyt said:
> > As far as I could find in the docs it depends on $MODE: for $MODE OBJPAS
> > it's
> > 4 but I could'nt find the default for $MODE DELPHI.
>
> Where did you read that this depends on $MODE ?
> It just says that the default (contrary to Delphi)
On Wed, 10 Sep 2008, Lukas Gradl wrote:
> Hi!
>
> Could anyone help me determining the defaults for MINENUMSIZE / PACKENUM?
>
> As far as I could find in the docs it depends on $MODE: for $MODE OBJPAS it's
> 4 but I could'nt find the default for $MODE DELPHI.
Where did you read that this depe
Hi!
Could anyone help me determining the defaults for MINENUMSIZE / PACKENUM?
As far as I could find in the docs it depends on $MODE: for $MODE OBJPAS
it's 4 but I could'nt find the default for $MODE DELPHI.
Is there a difference between the CPU-Flavor used (i386 contra X64)?
AFAIK this seem