On Sat, Mar 31, 2012 at 5:02 PM, Nikodemus Siivola nikodemus@random-state.net wrote:
Can you point me at right spot in cl-opengl sources, and provide a test-case. I think I have an idea...
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.
Cheers,