Re: Killing off scm_init_guile for Guile 2.0 ?

2009-01-16 Thread Linas Vepstas
2009/1/16 : > Neil Jerram wrote: >> scm_init_guile has always been a bit problematic, as it requires lots >> of heuristic and OS-dependent code to try to determine where the base >> of the stack is. It's never been formally deprecated, but we have >> always advised people to use scm_boot_gu

Re: Killing off scm_init_guile for Guile 2.0 ?

2009-01-16 Thread dsmich
Neil Jerram wrote: > scm_init_guile has always been a bit problematic, as it requires lots > of heuristic and OS-dependent code to try to determine where the base > of the stack is. It's never been formally deprecated, but we have > always advised people to use scm_boot_guile or scm_with_gu

Re: Killing off scm_init_guile for Guile 2.0 ?

2009-01-16 Thread Kjetil S. Matheussen
Linas Vepstas: I feel obligated to respond, having made all sorts of noise. 2009/1/15 Neil Jerram : whether people think that scm_init_guile is really needed. kill it. there seem to be perfectly adequate ways of living without it. Unfortunately, the current documentation describing how to

Re: Killing off scm_init_guile for Guile 2.0 ?

2009-01-16 Thread Bill Schottstaedt
in that list, the Snd xen.c case is not a true use -- that macro is never true (because I apparently forgot to include it in my configure script), so the code is never used. I probably had gh_init 10 years ago, then changed it to scm_init_guile -- can't remember now.

Re: Killing off scm_init_guile for Guile 2.0 ?

2009-01-16 Thread Ludovic Courtès
Hi, Linas Vepstas writes: > So, the real question is -- how many existing guile > apps call scm_init_guile()? The Evil Empire's Codesearch reveals that yes, a number of applications use it: http://google.com/codesearch?q=scm_init_guile&hl=en&btnG=Search+Code This may be partly due to the fa

Re: Killing off scm_init_guile for Guile 2.0 ?

2009-01-16 Thread Ludovic Courtès
Hi! "Neil Jerram" writes: > 2009/1/15 Neil Jerram : >> >> Thoughts? On the other hand, does moving to BDW-GC take a lot of this >> out of our hands anyway? > > From a quick look, it seems the answer to that is "yes", and hence > moving to BDW-GC will mean that we can keep scm_init_guile with no