#235: Compiled cl+ssl sources not reloadable -----------------------------+---------------------------------------------- Reporter: ehuelsmann | Owner: mevenson Type: defect | Status: assigned Priority: major | Milestone: 1.1.0 Component: compiler | Version: 1.1.0-dev Keywords: cffi, quicklisp | -----------------------------+---------------------------------------------- Changes (by mevenson):
* keywords: => cffi, quicklisp * owner: ehuelsmann => mevenson * version: => 1.1.0-dev * status: new => assigned
Comment:
See http://article.gmane.org/gmane.lisp.armedbear.devel/2394 for more background.
Currently, the ABCL CFFI code uses a gensym to name the classes created to support callbacks. A better strategy would be to hash the "prescriptive" part of a callback into the class generated by the ABCL CFFI code.