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: Paul Pogonyshev
Subject: Re: [gnugo-devel] persistent cache reorganization
Date: Thu, 24 Jun 2004 16:27:23 +0300
User-agent: KMail/1.6.52

Arend wrote:

> 1.) Defining the cache itself:
> struct persistent_cache reading_cache =
>   { .max_size = MAX_READING_CACHE_SIZE,
>     .max_stackp = MAX_READING_CACHE_DEPTH,
>     .age_factor = 1.0,
>     .name = "reading cache", 
>     .compute_active_area = compute_active_reading_area };

Hi Arend.

I believe the above syntax is GCC extension.  Are there strong
reasons to use it?  Because if it is GCC-only, you will have to
provide #if'ed alternative.

Paul




reply via email to

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