hpi-swa / RSqueak

A Squeak/Smalltalk VM written in RPython.
BSD 3-Clause "New" or "Revised" License
83 stars 15 forks source link

Quasi Immutable Floats #126

Closed timfel closed 8 years ago

timfel commented 8 years ago

Floats cannot be fully immutable (in Balloon Simulation they are mutated)

krono commented 8 years ago

Which should mean that Balloon Simulation would not work on CogSpur64…

timfel commented 8 years ago

No, BoxedFloat64 is never immediate.