-
Notifications
You must be signed in to change notification settings - Fork 0
java file to bytecode compiler (javac) #16
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
sPyOpenSource
opened on Aug 25, 2019
Issue body actions
- java asm compiler: see inspiration in this project
- workflow: java -> bytecode -> ir: java2llvm -> native compiler (llvm)
- SJC - a compiler that compiles a subset of Java directly to native code, eliminating the need for bytecode and virtual machines.
- rust to bytecode
- java to native code
- java to bytecode
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Projects
StatusShow more project fields
In Progress