Skip to content

MParygin/class2ir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 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, no JVM
  • Linux x86_64 target arch
  • Extreme small size (~10-20 kB ordinary program)
  • Use glibc
  • Use clang for system object

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

About

Java Byte Code 2 LLVM IR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages