The Trunk: System-topa.734.mcz

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

The Trunk: System-topa.734.mcz

commits-2
Tobias Pape uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-topa.734.mcz

==================== Summary ====================

Name: System-topa.734
Author: topa
Time: 4 May 2015, 5:40:46.351 pm
UUID: 1de527ef-9ee8-4973-aee5-6b456e5031d1
Ancestors: System-topa.733

(typo)

=============== Diff against System-topa.733 ===============

Item was changed:
  ----- Method: ObjectHistory class>>keepTrackOfObjectHistory (in category 'preferences') -----
  keepTrackOfObjectHistory
+ <preference: 'Keep track of object history'
- <preference: 'Kepp track of object history'
  category: #('debug' 'general' 'performance')
  description: 'Collect marker objects in the object memory at regular intervals in the background.
 
  Using these markers it is possible to determine the age of objects in memory from the time the  object history was initialized.'
  type: #Boolean>
  ^ ObjectHistoryEnabled ifNil: [
  Current
  ifNil: [false]
  ifNotNil: [:objectHistory | objectHistory isRunning]]!