#49: Support loading of compiled functions off byte arrays -------------------------+-------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: enhancement | Status: new Priority: major | Milestone: Component: other | Version: Keywords: | -------------------------+-------------------------------------------------- loadCompiledFunction() in Lisp.java loads bytes out of a file, then loads the "class-bytes" off the resulting byte array. The result being a loaded class.
The goal of this issue is to expose this interface in order to eliminate the need for the compiler to write compiled functions out to files before loading them into the JVM.
#49: Support loading of compiled functions off byte arrays --------------------------+------------------------------------------------- Reporter: ehuelsmann | Owner: somebody Type: enhancement | Status: closed Priority: major | Milestone: Component: other | Version: Resolution: fixed | Keywords: --------------------------+------------------------------------------------- Changes (by ehuelsmann):
* status: new => closed * resolution: => fixed
Comment:
This has been implemented by Alessio Stalla: closing fixed.
armedbear-ticket@common-lisp.net