updated readme
This commit is contained in:
parent
92a4fa96a3
commit
b434da93f4
1 changed files with 2 additions and 4 deletions
|
|
@ -8,13 +8,11 @@ actually:
|
||||||
**so far**
|
**so far**
|
||||||
* starts a main class (TODO cmdline args)
|
* starts a main class (TODO cmdline args)
|
||||||
* loads classes from a classpath, including jar/jmod files
|
* loads classes from a classpath, including jar/jmod files
|
||||||
* instantiates classes
|
* instantiates classes
|
||||||
* runs bytecode (TODO more opcodes)
|
* runs bytecode (TODO more opcodes)
|
||||||
* has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes)
|
* native methods (not dynamic)
|
||||||
* has a heap
|
|
||||||
|
|
||||||
**more TODO's**
|
**more TODO's**
|
||||||
* native methods
|
|
||||||
* stacktraces
|
* stacktraces
|
||||||
* check visibility
|
* check visibility
|
||||||
* IO
|
* IO
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue