This stupid (almost embarrassing...) bug happens because, in the more common idiom "3 ~= 3.0", the VM optimizes out the method calls. In the case of the JIT however this does not happen, and this causes the simpler idiom to fail as well (and the Complex package to fail the test suite).

While not perfect, the testsuite results are good enough.

Paolo
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to