LuaJIT & iterator sequences (a question for Mike Pall)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: LuaJIT & iterator sequences (a question for Mike Pall)
- From: Mark Hamburg <mark@...>
- Date: Sat, 2 Jan 2010 11:15:57 -0800
Are the sorts of constructs we've been talking about friendly toward LuaJIT -- i.e., will it be able to trace through the cascading functions and generate results similar to what it would generate with more-or-less straight line iteration plus conditionals code?
Mark