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.