Update README.md

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

View File

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