lua-users home
lua-l archive

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



I think it's been mentioned that dostring() caches the compiled versions of strings. Are the cached versions removed when the string is garbage collected? If not, is there any way to turn off this feature?

Steve