help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [PATCH] Fix (3 perform: #~= with: 3.0)


From: Paolo Bonzini
Subject: [Help-smalltalk] [PATCH] Fix (3 perform: #~= with: 3.0)
Date: Mon, 10 Dec 2007 08:18:42 +0100
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]