Greetings! Not yet, but this is pretty easy -- will try to get to it soon. Would help with the sort inline too.
Separately, I'm looking at the break-level patch to support conditions in gcl_clcs_top_patches.lisp. Its clearly out of date, but beyond this I feel it is the origin of our debugger difficulties, as everything looks fine when debugging pcl under saved_mod_gcl, for example. Any insights here from anyone would be most appreciated. Take care, Robert Boyer <[EMAIL PROTECTED]> writes: > Is there currently a way to get an array allocated on the stack, something > like: > > (defun foo () (let ((x (make-array 150000000 :static t))) > (declare (dynamic-extent x)) > (aref x 1))) > > Thanks, > > Bob > > > -- Camm Maguire [EMAIL PROTECTED] ========================================================================== "The earth is but one country, and mankind its citizens." -- Baha'u'llah _______________________________________________ Gcl-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gcl-devel
