Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureCLR by

ilg.EmitString(((Type)value).AssemblyQualifiedName); // <- instead of FullName

                ilg.EmitCall(Compiler.Method_RT_classForName);

Using AssemblyQualifiedName instead of FullName should make the RT.classForName call succeed more quickly.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJCLR-38 (reported by dmiller)
...