1 Apr
2012
1 Apr
'12
9:01 a.m.
On 1 April 2012 02:11, Luís Oliveira <luismbo@gmail.com> wrote:
The code is at: <https://github.com/luismbo/cl-opengl/tree/sbcl-unfriendly-defglextfun>
The test-case is simply compiling cl-opengl. SBCL will exhaust the heap while attempting to compile gl/funcs.lisp which contains about 2000 usages of DEFGLEXTFUN.
Thanks! Patch attached -- probably not something to merge as-is, since I commented out a few extensions due to missing/bad types, but this builds for me on x86-64 using the default 1Gb heap. Cheers, -- nikodemus