Re: [PATCH] ui/cocoa: Statically allocate dcl

2021-02-19 Thread Gerd Hoffmann
On Fri, Feb 19, 2021 at 05:44:19PM +0900, Akihiko Odaki wrote: > There is no need of dynamic allocation as dcl is a small singleton. > Static allocation reduces code size and makes hacking with ui/cocoa a > bit easier. Added to UI patch queue. thanks, Gerd

[PATCH] ui/cocoa: Statically allocate dcl

2021-02-19 Thread Akihiko Odaki
There is no need of dynamic allocation as dcl is a small singleton. Static allocation reduces code size and makes hacking with ui/cocoa a bit easier. Signed-off-by: Akihiko Odaki --- ui/cocoa.m | 65 ++ 1 file changed, 31 insertions(+), 34 dele