gnugo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gnugo-devel] persistent cache reorganization


From: Arend Bayer
Subject: Re: [gnugo-devel] persistent cache reorganization
Date: Thu, 24 Jun 2004 17:17:50 +0200 (CEST)


On Thu, 24 Jun 2004, Paul Pogonyshev wrote:

> Just initialize every field in their respective order.  This is of course
> more error-prone if you change the structure, but there is hardly any way

And adds lots of redundant stuff.

Is the syntax below part of C89?

struct persistent_cache breakin_cache =
  { max_size: MAX_BREAKIN_CACHE_SIZE,
    max_stackp: MAX_BREAKIN_CACHE_DEPTH,
    age_factor: 0.75,
    name: "breakin cache",
    compute_active_area: compute_active_breakin_area };

Arend




reply via email to

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