Re: Guile 2.2 TODO

2013-10-29 Thread Ludovic Courtès
Andy Wingo skribis: > On Sun 01 Sep 2013 13:03, Andy Wingo writes: [...] >> I think that's pretty much it. Obviously it would be nice to get a lot >> of other things into 2.2 but this is the necessary bit. I think we >> should shoot for a 2.1.0 release around 1 December; dunno. > > I think w

Re: Guile 2.2 TODO

2013-10-18 Thread Andy Wingo
On Sun 01 Sep 2013 13:03, Andy Wingo writes: > * Replace bytecode trampolines with RTL trampolines. > > foreign.c, control.c, gsubr.c, and continuations.c all have inline > bytecode trampolines to implement calls to "foreign" things. These need > to be replaced with RTL trampolines. This can be

Re: Guile 2.2 TODO

2013-10-03 Thread Andy Wingo
Hi, On Sun 01 Sep 2013 13:03, Andy Wingo writes: > * Source information. > > The plan here would be to use DWARF. We don't use DWARF yet, so there > are a few parts of this. > > - Add a DWARF parser; see the wip-dwarf branch for that. > > - Emit debugging info entries (DIEs) for each func

Re: Guile 2.2 TODO

2013-09-17 Thread Andy Wingo
On Sat 14 Sep 2013 15:48, l...@gnu.org (Ludovic Courtès) writes: > Andy Wingo skribis: > >> - Add machinery to (system vm debug) to get a DIE for a procedure, if >> it is present. > > It would be great if it would support .gnu_debuglink too (info "(gdb) > Separate Debug Files"). The guile-

Re: Guile 2.2 TODO

2013-09-14 Thread Ludovic Courtès
Hi, Thanks for the road map! Andy Wingo skribis: > - Add machinery to (system vm debug) to get a DIE for a procedure, if > it is present. It would be great if it would support .gnu_debuglink too (info "(gdb) Separate Debug Files"). Another thing I noticed is that in 2.0 we have location

Re: Guile 2.2 TODO

2013-09-02 Thread Andy Wingo
On Sun 01 Sep 2013 21:07, Peter TB Brett writes: > Can I please request an addition to your to-do list: a document that > explains what changes to libguile-using programs will be required? You mean like a history of user-visible changes? :) http://git.savannah.gnu.org/gitweb/?p=guile.git;a=b

Re: Guile 2.2 TODO

2013-09-01 Thread Peter TB Brett
Hi Andy, All of this stuff sounds great, and I can't wait for it to be available! Can I please request an addition to your to-do list: a document that explains what changes to libguile-using programs will be required? Getting people from 1.8 to 2.0 is hard enough, and soon Guile will be *two* majo