hpi-swa / RSqueak

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

Additional strategies #11

Closed antongulenko closed 8 years ago

antongulenko commented 9 years ago

Add strategies for arrays/objects of Characters, LargeInteger1Word, LargeInteger2Words. What else?

timfel commented 9 years ago

tim/mixed-strategies has strategies for 32-bit positive integers and floats+int mixed arrays. They did not seem to add much

timfel commented 8 years ago

I am closing this. We have experimented with this, and it seems the strategies we have make the most sense, and other strategies we tried do not help much. We might revisit this when we support 64bit images