| 6 months | david | Fixed a bug caused by scala's handling of classOf[Unit] for functions with void return type. |
| 7 months | david | Added pattern matching. Fixed a bug: when invoking interfaces use INVOKEINTERFACE rather than INVOKEVIRTUAL. |
| 7 months | david | Code tidy and refactoring. |
| 7 months | david | Let's not fuck up the performance tests shall we. |
| 7 months | david | Removed the isInstance check (and changed the way we handle delegation to instances of the interface). This seems to have let us beat the standard structural types. |
| 7 months | david | Perf testing. |
| 7 months | david | Added Rakefile. Made a change so we check if the class is already an instance of the interface before proxying it. |
| 7 months | david | Initial code dump. |