Skip to content

Commit

Permalink
Update TODO list to indicate upcoming changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jussi Judin committed Apr 30, 2018
1 parent 2625e4d commit a198de7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,14 @@ programs that are provided at [test/](test/) directory.

## TODO

* Fix persistent mode dynamic instrumentation.
* Fix persistent mode loop dynamic instrumentation.
* Check if a dynamically instrumentable class is a file and load it or
a full jar file instead.
* Support deferred init for arbitrary given method without source code
modifications.
* Create a non-forking alternative for persistent mode.
modifications. Just prefer the loop syntax and non-forking mode
instead of fork server one for more speed.
* Remove the need for `@javafl.CustomInit`.
* Create a non-forking alternative mode.
* More ways to build this:
* Ant
* Maven
Expand Down

0 comments on commit a198de7

Please sign in to comment.