Skip to content

MParygin/j.j2ll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Compiler Java Byte Code to LLVM IR assembler

This project is the compiler from class files (Java byte code) to LL files (LLVM IR assembler). Result files can be compiled by llvm-as to standalone binary ELF files.

Features:

  • No JDK, binary ELF out file
  • Linux x86_64 target arch
  • Extreme small size (~10-20 kB ordinary program)
  • Use glibc

At this moment project in active development, many things does not work.

About

Compiler from Java Byte Code to LLVM IR assembler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages