Re: [ANN] LuaJIT Roadmap 2011
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: [ANN] LuaJIT Roadmap 2011
- From: steve donovan <steve.j.donovan@...>
- Date: 2011年1月25日 15:40:11 +0200
On Tue, Jan 25, 2011 at 3:29 PM, Alexander Gladysh <agladysh@gmail.com> wrote:
> Maybe metainformation in comments?
Or as simple as this: the code generator puts out a big array mapping
output source lines to input source lines (and of course filenames, if
they're not 1-to-1). This is part of the generated source, maybe at
the end. The redefined error() grabs the stack trace and changes all
output source lines to input source lines.
steve d.
- References:
- [ANN] LuaJIT Roadmap 2011, Mike Pall
- Re: [ANN] LuaJIT Roadmap 2011, dcharno
- Re: [ANN] LuaJIT Roadmap 2011, Petri Häkkinen
- Re: [ANN] LuaJIT Roadmap 2011, Mike Pall
- Re: [ANN] LuaJIT Roadmap 2011, Florian Weimer
- Re: [ANN] LuaJIT Roadmap 2011, Michal Kottman
- Re: [ANN] LuaJIT Roadmap 2011, Florian Weimer
- Re: [ANN] LuaJIT Roadmap 2011, David Given
- Re: [ANN] LuaJIT Roadmap 2011, steve donovan
- Re: [ANN] LuaJIT Roadmap 2011, David Given
- Re: [ANN] LuaJIT Roadmap 2011, steve donovan
- Re: [ANN] LuaJIT Roadmap 2011, Alexander Gladysh
- Re: [ANN] LuaJIT Roadmap 2011, steve donovan
- Re: [ANN] LuaJIT Roadmap 2011, Alexander Gladysh