ivaynberg / salve

Automatically exported from code.google.com/p/salve
0 stars 0 forks source link

Add ability for Salve instrumentors to create new classes #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This should come in handy for the aop framework so it can generate
invocation code via anonymous classes rather then reflection to improve
performance.

Most likely we will need InstrumentationContext.addClass(String cn, byte[]
bytecode) and have that written to the appropriate place.

Original issue reported on code.google.com by igor.vay...@gmail.com on 16 Jun 2009 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by igor.vay...@gmail.com on 25 Sep 2009 at 9:58