Daily Commit Log

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Daily Commit Log

commits-2
Changes to Trunk (http://source.squeak.org/trunk.html) in the last 24 hours:

http://lists.squeakfoundation.org/pipermail/packages/2016-October/069001.html

Name: Kernel-tfel.1046
Ancestors: Kernel-eem.1045

Improve performance of large integer fallback code for multiplication and division with small integers, by avoiding recalculating SmallInteger>>digitLength a lot of times. (This yields a 3x speedup in some integer heavy shootout benchmarks like pidigits for RSqueak, where we don't have a LargeIntegers plugin)

=============================================

http://lists.squeakfoundation.org/pipermail/packages/2016-October/069002.html

Name: MonticelloConfigurations-bf.147
Ancestors: MonticelloConfigurations-pre.146

During update, log error instead of stopping.

=============================================