Re: [pure-lang-users] C macros
Status: Beta
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2008-08-25 21:21:19
|
Eddie Rucker wrote: > Something else that would be neat. Since matrices are created in gsl > with an gsl_matrix_alloc command and freed by gsl_matrix_free command, > it would be nice if we had some way to mark stuff so that the garbage > collector would call gsl_matrix_free when a matrix is no longer in use. > Is this possible? I noticed vectors and a bunch of other stuff allocated > and deallocated this way. Yes, sentinels. They're on my TODO list for 0.6, which I started working on today (yes, you can already find some nifty new stuff in svn ;-). Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |