Agent Systems, Mobile Agents, and Applications, volume 1882 of Springer-Verlag LNCS, September 2000.
MEMO.
As to the prototype implementation of our transformer (dated 2000/03/03),
it has some serious problems:
1. It can transform only one method in a class file per one execution.
In case of two or more methods are to be transformed, we took following
tactics:
for all methods to be transformed:
transform a method with the transformer &&
disassemble the generated class with JavaClass - JasminVisitor &&
save the assembly code of the transformed method
merge the assembly codes
assemble with jasmin
2. It does not produces the state-object class. So we should write
the state-object class manually.
3. As is described in our paper, it has many limitations.
4. Very buggy.