[PATCH] include: Use fixed stack size for rbtree.

Henri Verbeet hverbeet at gmail.com
Sun Mar 20 16:50:06 CDT 2016


On 20 March 2016 at 21:05, Gabríel Arthúr Pétursson <gabriel at system.is> wrote:
>  struct wine_rb_stack
>  {
> -    struct wine_rb_entry ***entries;
>      size_t count;
> -    size_t size;
> +    struct wine_rb_entry **entries[2 * sizeof(void *) * 8];
>  };
Why do you think this is a good idea?



More information about the wine-devel mailing list