6 Jun
2023
6 Jun
'23
3:38 p.m.
Jacek Caban (@jacek) commented about dlls/jscript/function.c:
typedef struct { jsdisp_t jsdisp; InterpretedFunction *function; - jsval_t *buf; call_frame_t *frame; unsigned argc; + jsval_t buf[]; I'm not sure that an improvement (and at very least could be a separated patch). Note that we expect vast majority of arguments objects to never need this buffer.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2942#note_34806