Floats are passed as values.
Objects that are passed as values should be immutable, as floats and integers.

Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



On Sep 25, 2014, at 3:35 PM, Mark Rizun <mrizun@gmail.com> wrote:

> Only small integers are passed as value?

Yes.

It has to do with the object headers, SmallIntegers are embedded in the OH.

What about Float, for example?