lua-users home
lua-l archive

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


> If we don’t need string interning, the next pointer in TString is
> useless, so I think maybe no more overhead.

If we will have only one kind of string, we cannot store its length in a
byte. So, we need that field for the length.

-- Roberto