Opened 16 years ago
Closed 15 years ago
#49 closed enhancement (fixed)
Support loading of compiled functions off byte arrays
Reported by: | ehuelsmann | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | other | Version: | |
Keywords: | Cc: | ||
Parent Tickets: |
Description
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.
Note: See
TracTickets for help on using
tickets.
This has been implemented by Alessio Stalla: closing fixed.