14 Oct
2022
14 Oct
'22
6:21 p.m.
You store hres in a local variable (which you could avoid, BTW), so you're not really saving anything. More importantly, if stack usage is a real concern, we should implement the algorithm without using recursion instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1067#note_10767