Complete.Org: Mailing Lists: Archives: freeciv-dev: February 2002:
[Freeciv-Dev] Re: [Patch] Small patch
Home

[Freeciv-Dev] Re: [Patch] Small patch

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: [Patch] Small patch
From: Zach Garner <zach@xxxxxxxxxxxxx>
Date: 10 Feb 2002 13:10:52 -0600

> 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.



[Prev in Thread] Current Thread [Next in Thread]