From b9846bf40d8f84fa8f76b9cd3f115315e653bd1e Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Thu, 28 Jan 2021 05:49:08 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b214f2..fa19950 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,13 @@ methods and fields. * In-place method appending * Accepting return value as argument * Overwriting return value + +* In-place method prepending * Automatic injection of INVOKEDYNAMIC lambda targets ### TODO - -* In-place method prepending \ No newline at end of file + +* Better tests + +* Execution path optimization (e.g. remove unnecessary GOTOs) \ No newline at end of file