springlchy / myjvmLinks
Writing a Simple Java Virtual Machine Step by Step
☆14Updated 7 years ago
Alternatives and similar repositories for myjvm
Users that are interested in myjvm are comparing it to the libraries listed below
Sorting:
- Highly simplified Java and Davlk virtual machine implementations☆23Updated 11 years ago
- BookOS is a x86 platform 32 bits operate system. It's a nice dish!☆92Updated 4 years ago
- JVM bytecode interpreter written in Java☆84Updated 8 months ago
- A Decompiler can read the class file, and decompile the bytecode to java code.☆25Updated 5 years ago
- Basic C++ Implementation of a Java Virtual Machine.☆36Updated 9 years ago
- OpenJDK(HotSpot JVM、Javac)源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)☆898Updated 4 years ago
- In-memory compile java source code and load compiled classes.☆373Updated 9 years ago
- Compiler and VM(interpreter), Using SSA form and doing some optimizations.☆37Updated 3 years ago
- my simple java virtual machine~☆227Updated 4 months ago
- This is the new kernel of Book OS, I hope it is a new start.☆83Updated 5 years ago
- 《自己动手写Java虚拟机》随书源代码☆1,646Updated 3 years ago
- Java 实现 JVM☆244Updated 2 years ago
- ClassViewer is a lightweight Java class file viewer that you can use to view the structure of Java class files.☆270Updated last month
- Convert JAVA source to C source, Build standlone binary without any class file.☆69Updated last year
- 动手实现一个虚拟机☆21Updated 3 years ago
- An Example shown convert java class bytecode to llvm ir , then compile llvm ir to standalong executable file .☆54Updated last year
- x64 smp operating system☆11Updated 5 years ago
- App translates Java source code to C++ source code.☆18Updated 10 years ago
- a 32 bit Intel 386 toy os kernel☆26Updated 7 years ago
- Another program language base on jvm☆67Updated 2 years ago
- ELF Reader and Loader.☆9Updated 11 years ago
- java虚拟机规范 Java SE 12☆16Updated 5 years ago
- sniffer capture network packet supoort x64 on win7☆15Updated 8 years ago
- this is dolphinOS source code☆19Updated 3 years ago
- Los是一个c/c++语言编译型的虚拟机。它使用llvm/clang作为其前端,losld做后端对源代码进行编译,生成los指令文件。Los is a c/c++-compiled virtual machine. It uses llvm/clang as its fro…☆51Updated 6 years ago
- 参考c4完成的C语言编译器,代码逻辑大部分跟c4相同,但是确实是自己理解了并重写,附有大量中文注释。☆24Updated 7 years ago
- Zircon Kernel 文档以及源码注释☆54Updated 6 years ago
- Example shows how to parse and run linux program on windows☆27Updated 7 years ago
- A compiler that converts C language to Java bytecode or can directly interpret execution(将C源码编译成Java字节码的编译器,也可以选择直接解释执行)☆73Updated 5 years ago
- An extension to Java for supporting revisers, a language construct like Ruby's open class☆40Updated 3 years ago