[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Ideas for faster math in lua
- From: "Wesley Smith" <wesley.hoke@...>
- Date: Thu, 14 Feb 2008 15:32:38 -0800
> The premises in question were just a temporary solution before porting
> most of the 3D code to C. I'd like to avoid that functionnal/OO syntax
> as much as possible for that kind of code. I'd rather go with a kind of
> expression compiler, something like:
Sounds like you could use an LLVM http://llvm.org/
wes