We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Zvm,使用 python 实现的轻量级 jvm,项目地址:https://github.com/5A59/Zvm 实现了如下功能: class 文件解析 类加载 运行时数据区 指令解释器 基本指令集 (总共 205 条,实现了估计 190 多条吧) 简易 gc 简易线程 简易 jdk 库
代码简单,结构清晰,方便对 jvm 原理感兴趣的同学进行学习。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zvm,使用 python 实现的轻量级 jvm,项目地址:https://github.com/5A59/Zvm
实现了如下功能:
class 文件解析
类加载
运行时数据区
指令解释器
基本指令集 (总共 205 条,实现了估计 190 多条吧)
简易 gc
简易线程
简易 jdk 库
代码简单,结构清晰,方便对 jvm 原理感兴趣的同学进行学习。
The text was updated successfully, but these errors were encountered: