Re: wip-rtl disassembler

2013-05-07 Thread Ludovic Courtès
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

Re: wip-rtl disassembler

2013-05-06 Thread Noah Lavine
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

Re: wip-rtl disassembler

2013-05-05 Thread Andy Wingo
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

Re: wip-rtl disassembler

2013-05-02 Thread Noah Lavine
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

wip-rtl disassembler

2013-05-02 Thread Andy Wingo
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/