Noah Lavine skribis:
> I realized that my strategy of writing a separate test suite for
> CPS will never get close to our 35,000+ Guile tests, and also can't be
> reused the next time we want to test a new compiler.
Ouch, indeed.
> So my goal is to let the test suite use the CPS compiler, and t
On Sun, May 5, 2013 at 4:17 PM, Andy Wingo wrote:
> At this point the disassembler is working much better, and works at the
> REPL now via ,x. Also, procedure-name now works.
>
> I'm now moving to implement source line information and other metadata
> via .debug_info / .debug_line / etc sections
On Thu 02 May 2013 10:11, Andy Wingo writes:
> A brief note to say that (system vm disassembler) in wip-rtl now has a
> functioning "disassemble-program" that finds function bounds using the
> ELF symbol table. It's not great yet; would like to work on it a bit
> more this evening, but it's bett
That's great! Thanks a lot for doing so much RTL stuff.
Noah
On Thu, May 2, 2013 at 4:11 AM, Andy Wingo wrote:
> A brief note to say that (system vm disassembler) in wip-rtl now has a
> functioning "disassemble-program" that finds function bounds using the
> ELF symbol table. It's not great y
A brief note to say that (system vm disassembler) in wip-rtl now has a
functioning "disassemble-program" that finds function bounds using the
ELF symbol table. It's not great yet; would like to work on it a bit
more this evening, but it's better than what we had ;)
Andy
--
http://wingolog.org/