[squeak-dev] Daily Commit Log

commits at source.squeak.org commits at source.squeak.org
Tue Oct 22 23:55:02 UTC 2013


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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006546.html

Name: Graphics-nice.274
Ancestors: Graphics-nice.273

Restore primitive 103 for fast Character scanning.
Note: the difference will be hardly noticeable with a COG VM, but more sensible with an interpreter VM on a slow machine.
Note2: I did not use EndOfRun and CrossedX pool variables (TextConstant), because it's obscuring the fact that these hacks occupy slots above 256, and because there are only two references now, one in CharacterScanner class>>initialize, the other hidden in primitive 103...
Avoid passing the stopConditions and kern inst. var. down the message chain (but for primitive 103).

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

http://lists.squeakfoundation.org/pipermail/packages/2013-October/006547.html

Name: ST80-nice.163
Ancestors: ST80-nice.162

Avoid passing stopConditions and kern inst. var. down the message chain.

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


More information about the Squeak-dev mailing list