Getting closer to running Smallalk on Java. We are at the point of importing the ST methods into the java side to use with invokeDynamic.
We are planning on one java class per ST method ( and its blocks ) and so would have about 45000 classes. During a typical development session about 1% of the classes would be added or replaced. We were thinking of doing the class creation on demand (during bootstrap) but could do it all at once as well. We could use normal classes with one class loader per class, one global class loader and some naming convention, or John's anonymous class loader (using unsafe). Any suggestions? thanks mark
_______________________________________________ mlvm-dev mailing list [email protected] http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
