[Freeciv-Dev] Re: (PR#6721) A Quincuncial topology, clean up
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=6721 >
There are some compiler errors:
control.c:1248
mapgen.c:234
When I had similar problems I downgraded from gcc 3.0.3 to 2.96.
I figured I just need to write code that works for others, not
blood-optimize my own runtime.
Per's performance concerns seem valid, since people are talking about
inlining the core functions, especially normalize_map_pos(), while
you're doing the opposite - adding sub function calls and special
casing cities and stuff.
It looks like this patch could cause a lot of general slowdown for
the sake of supporting an exotic map. But maybe you'd fix it later.
I wouldn't want to encourage premature optimization :)
The user comments are lacking, I'm not quite sure how you intend to
change the functionality of the core functions.
I don't know much about topology, I just browsed a couple of areas
I was familiar with.
Arnstein
- [Freeciv-Dev] (PR#6721) A Quincuncial topology, (continued)
- [Freeciv-Dev] (PR#6721) A Quincuncial topology, Marcelo Burda, 2003/12/09
- [Freeciv-Dev] (PR#6721) A Quincuncial topology, Marcelo Burda, 2003/12/10
- [Freeciv-Dev] (PR#6721) A Quincuncial topology, Marcelo Burda, 2003/12/18
- [Freeciv-Dev] (PR#6721) Quincuncial and Mobius topologies ready!, Marcelo Burda, 2003/12/28
- [Freeciv-Dev] Re: (PR#6721) Quincuncial and Mobius topologies ready!, Per I. Mathisen, 2003/12/28
- [Freeciv-Dev] Re: (PR#6721) Quincuncial and Mobius topologies ready!, Brandon J. Van Every, 2003/12/29
- [Freeciv-Dev] Re: (PR#6721) Quincuncial and Mobius topologies ready!, Marcelo Burda, 2003/12/29
- [Freeciv-Dev] (PR#6721) A Quincuncial topology, clean up, Marcelo Burda, 2003/12/29
- [Freeciv-Dev] (PR#6721) A Quincuncial topology/ speed impact ?, Marcelo Burda, 2003/12/30
- [Freeciv-Dev] Re: (PR#6721) A Quincuncial topology/ speed impact ?, imbaczek@xxxxxxxxxxxxxx, 2003/12/30
- [Freeciv-Dev] Re: (PR#6721) A Quincuncial topology, clean up,
Arnstein Lindgard <=
- [Freeciv-Dev] Re: (PR#6721) A Quincuncial topology/ speed impact ?, Per I. Mathisen, 2003/12/30
- [Freeciv-Dev] Re: (PR#6721) A Quincuncial topology, clean up, Marcelo Burda, 2003/12/30
- [Freeciv-Dev] (PR#6721) A Quincuncial topology/ speed, Marcelo Burda, 2003/12/30
- [Freeciv-Dev] (PR#6721) A Quincuncial topology, Marcelo Burda, 2003/12/31
- [Freeciv-Dev] Re: (PR#6721) A Quincuncial topology/ speed, Per I. Mathisen, 2003/12/31
- [Freeciv-Dev] Re: (PR#6721) Quincuncial and Mobius topologies ready!, imbaczek@xxxxxxxxxxxxxx, 2003/12/31
- [Freeciv-Dev] (PR#6721) Extended Topology Final Server + Xaw client or -t trident gtk1 client + scenario and doc, Marcelo Burda, 2003/12/31
- [Freeciv-Dev] Arch source control, Brandon Van Every, 2003/12/31
- [Freeciv-Dev] Re: (PR#6721) A Quincuncial topology/ speed, Marcelo Burda, 2003/12/31
- [Freeciv-Dev] Re: (PR#6721) A Quincuncial topology/ speed, Mike Kaufman, 2003/12/31
|
|