douchuan / jvm

JVM in Rust, written as a learning project.
MIT License
519 stars 31 forks source link

Start work on libjvm implementation #5

Closed CertainLach closed 4 years ago

CertainLach commented 4 years ago

As any other jvm, we should provide libjvm.so to replace hotspot

I will start work in this direction

douchuan commented 4 years ago

Sounds great.

There are lots of work to do with 'crates/vm', we should work hard to make 'crates/vm' work well with libjvm.

Some days ago, I divided project to crates; I am writing 'javap' to verify 'crates/classfile & crates/class-parser' work well. After finish it, I will continue working on 'vm'.