Update README.md

This commit is contained in:
Gabriel Tofvesson 2021-01-28 05:49:08 +01:00
parent a399779ca1
commit b9846bf40d

View File

@ -19,8 +19,12 @@ methods and fields.
* Accepting return value as argument
* Overwriting return value
* In-place method prepending
* Automatic injection of INVOKEDYNAMIC lambda targets
### TODO
* In-place method prepending
* Better tests
* Execution path optimization (e.g. remove unnecessary GOTOs)