cbaggers / cepl

Code Evaluate Play Loop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In the places we generate an inline simple-array from a macro could we make it a literal?

cbaggers opened this issue · comments

For example in FBOs we generate arrays for gl:draw-buffers. We could emit this as a literal into the code and give the compiler more opportunities to do stuff with it.

Done. Only interesting one was in fbos.lisp