Update README.md

This commit is contained in:
Gabriel Tofvesson 2021-02-05 15:12:19 +01:00
parent a1bda63564
commit ffcd11f05b

View File

@ -33,14 +33,12 @@ methods and fields.
* Handle exceptions
* Inject try-catch
* Inject try-catch-finally
### TODO
* Better tests
* Execution path optimization (e.g. remove unnecessary [GOTO](https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.goto)s)
* ~~Implement subroutines ([JSR](https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.jsr) / [RET](https://docs.oracle.com/javase/specs/jvms/se8/html/jvms-6.html#jvms-6.5.ret))~~
*Note: Subroutines are prohibited as of class file version 51, so unless this project sees much use with projects targeting Java