File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
2
- #java2llvm
3
- An Example Project Show Convert Java Byte Code to LLVM IR assembler , compile standalone executable file
2
+ # java2llvm
4
3
5
- This project is based on [ class2ir ] ( https://github.com/MParygin/class2ir )
4
+ An Example Project Show Convert Java Byte Code to LLVM IR assembler , compile standalone executable file
6
5
7
- Class2ir look like based on an old llvm version, it can't running on greate than llvm 3.9.
8
- So i changed some instruct syntex, and repair bug.
9
- The class2ir can print number on console.
6
+ This project is based on [ class2ir] ( https://github.com/MParygin/class2ir ) , it based on an old llvm version.
7
+ So i changed some instruct syntex, and repaired bug, enhanced functionly.
10
8
11
9
Currently:
12
- Tested CentOS x64 executable file.
10
+ Tested CentOS x64 executable file, and say "Hello world" .
13
11
14
12
Make:
15
13
1 . Enter directory java2llvm/
You can’t perform that action at this time.
0 commit comments