wind2412 / wind_jvmLinks
my simple java virtual machine~
☆229Updated 8 months ago
Alternatives and similar repositories for wind_jvm
Users that are interested in wind_jvm are comparing it to the libraries listed below
Sorting:
- [yvm] low performance garbage-collectable jvm☆256Updated 2 years ago
- A hobby jvm, just want to know how a java virtual machine works.☆303Updated 9 years ago
- A compiler that converts C language to Java bytecode or can directly interpret execution(将C源码编译成Java字节码的编译器,也可以选择直接解释执行)☆74Updated 6 years ago
- Another program language base on jvm☆67Updated 2 years ago
- simple java virtual machine☆139Updated 5 years ago
- Java Garbage Collection 与各种GC算法☆34Updated 7 years ago
- 用Kotlin实现的编译器和虚拟机,并在此基础上构建操作系统。☆66Updated 6 years ago
- Cb (C flat) compiler. Cb is simplified C.☆406Updated 7 years ago
- 🌟This is a pure C++ implementation of Java Virtual Machine (only Java 8 is supported). Inspired by Hotspot In Action.☆254Updated 3 years ago
- The pages for github.com/huili☆101Updated 9 years ago
- The Managed Runtime Initiative is an open development and integration initiative launched by Azul Systems with the aim of improving the …☆155Updated 11 years ago
- Cb (C flat) compiler. Cb is simplified C.☆174Updated 8 years ago
- ☆172Updated 10 years ago
- Homemade OS based on MIT6.828 JOS with a GUI and some new features.☆41Updated 8 years ago
- 自制编译器☆43Updated 8 years ago
- Practice of github.com/JakubDziworski/Enkel-JVM-language☆38Updated 7 years ago
- A hobby jvm, just want to know how a java virtual machine works.☆25Updated 11 years ago
- A handwritten Brainfuck JIT interpreter, mainly used for demonstration.☆48Updated 2 years ago
- Maxine VM: A meta-circular research VM☆334Updated 4 years ago
- 数据库引擎开发课程☆132Updated 5 years ago
- The larva programming Language☆145Updated 3 years ago
- 各种垃圾回收算法的实现,C语言版本☆60Updated 5 years ago
- Blink`团队 (https://github.com/WANG-lp and https://github.com/CheYulin ), 1-million message-queue in c++ (使用intrinsics编写向量化代码),第四届阿里中间件复赛代码…☆36Updated 7 years ago
- simple compiler☆119Updated 8 years ago
- 100% Java compatibility and Functional Programming.☆136Updated 6 years ago
- ☆162Updated 8 years ago
- Tiny OS kernel for Tsinghua OS course