csuZipple / miniJVMLinks
a simple java virtual machine implemented by pure Java
☆15Updated 7 years ago
Alternatives and similar repositories for miniJVM
Users that are interested in miniJVM are comparing it to the libraries listed below
Sorting:
- A compiler that converts C language to Java bytecode or can directly interpret execution(将C源码编译成Java字节码的编译器,也可以选择直接解释执行)☆75Updated 6 years ago
- simple java virtual machine☆142Updated 5 years ago
- 脚本语言解释器, 用来学习编译原理☆15Updated 9 years ago
- JVM bytecode interpreter written in Java☆90Updated 3 weeks ago
- Convert JAVA source to C source, Build standlone binary without any class file.☆71Updated 2 years ago
- 嵌入式脚本语言 Lightweight embedded scripting language☆52Updated 4 years ago
- This is the virtual machine I implemented myself according to the Java virtual machine specification.☆22Updated 6 years ago
- fork of jamvm 2.0☆14Updated 7 years ago
- A tiny JVM written in C++, based on JDK 25.☆41Updated 3 months ago
- Develop iOS Android app in java, Cross platform java virtual machine , the minimal jvm .☆394Updated last month
- 各种垃圾回收算法的实现,C语言版本☆61Updated 5 years ago
- [yvm] low performance garbage-collectable jvm☆254Updated 2 years ago
- JamVM 2 + OpenJDK☆31Updated 2 years ago
- clone of git://git.code.sf.net/p/jamvm/code for experimental branches☆67Updated 8 years ago
- An Example shown convert java class bytecode to llvm ir , then compile llvm ir to standalong executable file .☆56Updated 2 years ago
- 《Java虚拟机字节码:从入门到实战》第二版《深入浅出JVM字节码》开源电子书。这本书详细介绍ASM框架的API、Class文件结构解析、HotSpot虚拟机类加载源码分析、动态代理与字节码插桩的实现。☆66Updated last year
- ObjectWeb ASM - bytecode verifier and utilities☆68Updated 12 years ago
- ☆12Updated 4 years ago
- 一个仿innodb的数据库存储引擎。☆15Updated 7 years ago
- Another program language base on jvm☆67Updated 2 years ago
- my simple java virtual machine~☆230Updated last year
- hanboDB is a high available,low latency memory database system☆37Updated 2 years ago
- A Decompiler can read the class file, and decompile the bytecode to java code.☆25Updated 6 years ago
- SSVM running on Android.☆23Updated 3 years ago
- JamVM is a new Java Virtual Machine conforming to the JVM specification edition 2 (blue book). Clone of git://git.code.sf.net/p/jamvm/cod…☆42Updated 4 years ago
- 《自己动手写Java虚拟机》JVM的python实现☆139Updated 5 years ago
- HotSpot JVM针对Linux-x86平台的源代码学习研究(包括代码注释、文档、用于代码分析的测试用例)☆32Updated 9 years ago
- Assembler and disassembler for Java class files☆68Updated last week
- JCT is a call graph generator that works via byte code instrumentation. it records the flow through your application to gather call stati…☆23Updated 3 years ago
- miniexcel主要是解决读写大数据量(上百w条记录)时导致的OOM问题。扩展性强、可玩性高、对于大数据量导入导出支持分页查询分页导出(避免一次性从数据库加载数据过多导致内存压力)!更多参见使用文档(Wiki)☆18Updated 4 years ago