]> source.dussan.org Git - aspectj.git/commitdiff
231396: refactoring AspectJ: optimize flag added
authoraclement <aclement>
Fri, 6 Jun 2008 04:22:40 +0000 (04:22 +0000)
committeraclement <aclement>
Fri, 6 Jun 2008 04:22:40 +0000 (04:22 +0000)
weaver/src/org/aspectj/weaver/World.java

index 80139039a8d6a4b26bde2cf42c133b00c280b4f1..f0aec8ad60ca8678d0f313d8433c8271c048ab3d 100644 (file)
@@ -491,6 +491,7 @@ public abstract class World implements Dump.INode {
      * any other type, but if they are not found it is more serious and we issue an
      * error message immediately.
      */
+    // OPTIMIZE streamline path for core types? They are just simple types, could look straight in the typemap?
     public ResolvedType getCoreType(UnresolvedType tx) {
        ResolvedType coreTy = resolve(tx,true);
        if (coreTy.isMissing()) {