lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Hi,
> 
> >From manual:
> During its normal operation, a string buffer uses a variable number of
> stack slots. [...]
> 
> Does the buffer operation include luaL_buffinit ?

Yes. It can (or not) consume some stack slots.

-- Roberto