20 Mar
2016
20 Mar
'16
4:50 p.m.
On 20 March 2016 at 21:05, Gabríel Arthúr Pétursson <gabriel(a)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?