-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Milestone
Description
The current naive implementation of jar linking extracts all the class files and puts them all into a single jar. Using a streaming abstraction should make this faster. The CodeGen monad needs to be slightly updated to support streaming (write classfiles as soon as the code is generated for a given closure).