[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: stackoverflow with LuaJIT 2.0.0-beta6 (but not with lua 5.1.4)
- From: steve donovan <steve.j.donovan@...>
- Date: Wed, 20 Apr 2011 16:07:16 +0200
On Wed, Apr 20, 2011 at 3:59 PM, Valerio Schiavoni
<valerio.schiavoni@gmail.com> wrote:
> local t = split(s, "e")
> local m, e = t[1], t[2]
> local t = split(m, ".")
What is the definition of split() ?
An optimization tip would be to make local aliases for things like
string.sub, etc
steve d.