Complete.Org:
Mailing Lists:
Archives:
freeciv-dev:
February 2002: [Freeciv-Dev] Re: [Patch] Small patch |
[Freeciv-Dev] Re: [Patch] Small patch[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
> performance issue: are you sure (map.xsize%2 ? 0 : 1) gets optimized? > or maybe we can write (map.xsize & 1) to make sure about it? I'm 99% sure gcc will optimize xsize%2.
|