[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua new suggestions
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 1 Nov 2020 15:47:25 -0300
> > There are more suggestions.
> >
> > 1. In function luaL_execresult (lauxlib.c), var "what", can be reduced
> > scope.
> > 2. In function pusherror (loadlib.c), var "error", shadows function error.
> > 3. In function l_str2d (lobject.c), is possible avoid call strlen,
> > if we reverse the test and pdot is equal to NULL.
> >
> Any answers for items 1, 2 and 3?
What were the questions?
-- Roberto