Opened 15 years ago

Closed 14 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.

Change History (1)

comment:1 Changed 14 years ago by ehuelsmann

Resolution: fixed
Status: newclosed

This has been implemented by Alessio Stalla: closing fixed.

Note: See TracTickets for help on using tickets.