My research


Publications

Resources

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.

This page is described in HTML 4.01 Transitional / CSS 1.0.
Copyright © 1997-2000 takas / All rights reserved.