[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaJIT-2.0.0-beta1
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 1 Nov 2009 15:24:59 +0200
On Sun, Nov 1, 2009 at 12:59 AM, Mike Pall <mikelu-0910@mike.de> wrote:
> An innovative trace compiler is integrated with advanced, SSA-based
> optimizations and a highly tuned code generation backend.
Seeing as LJ is already tracing all Lua calls that are executed, could
it not have an option to export this information in a form that would
facilitate code browsing? This is a common problem when familiarizing
oneself with a large code base. From static analysis, it is
practically impossible to know what code paths are implied by the
simple call 'obj:method()'
The exact format is not important, only that it is parseable ;)
steve d.