[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Disabling assert function
- From: Romulo <romuloab@...>
- Date: Mon, 24 May 2010 16:41:58 -0300
On Sun, May 23, 2010 at 12:27 PM, Mark Hamburg <mark@grubmah.com> wrote:
> Does your approach work if debug symbols get stripped? I haven't looked to see whether that eliminates local variable names though I would expect it to do so.
I just did a quick test and, indeed, Lua does eliminate local
variables names if stripped out by luac. Your solution works in both
setups, though, but it would need to evaluate parameters before hand.
--rb
- References:
- Disabling assert function, Nikolai Kondrashov
- Re: Disabling assert function, Alex Davies
- Re: Disabling assert function, Nikolai Kondrashov
- Re: Disabling assert function, steve donovan
- Re: Disabling assert function, Nikolai Kondrashov
- Re: Disabling assert function, HyperHacker
- Re: Disabling assert function, Nikolai Kondrashov
- Re: Disabling assert function, Marc OMorain
- Re: Disabling assert function, Romulo
- Re: Disabling assert function, Mark Hamburg