<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Hi Dave.<div><br></div><div>> ...<span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">This may happen if...</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">That would be a nice in-method comment. :-)</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px"><br></span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Best,</span></div><div><span style="font-family: Arial, Helvetica, sans-serif;font-size: 13px">Marcel</span></div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 09.11.2019 20:13:19 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">David T. Lewis uploaded a new version of System to project The Inbox:<br>http://source.squeak.org/inbox/System-dtl.1118.mcz<br><br>==================== Summary ====================<br><br>Name: System-dtl.1118<br>Author: dtl<br>Time: 9 November 2019, 2:13:04.993358 pm<br>UUID: 49b4ee31-b57f-4132-8cda-e13c2414f861<br>Ancestors: System-mt.1117<br><br>When reporting VM parameters, enable formatting in the case of a parameter value that is represented as a Float rather than an Integer. This may happen if a VM parameter is defined in units of milliseconds but internally measured to microsecond precision by the VM, in which case the value may be returned as a Float in order to retain full precision. SmalltalkImage>>formatVMParameter: handles the formatting for integer and non-integer values.<br><br>=============== Diff against System-mt.1117 ===============<br><br>Item was added:<br>+ ----- Method: SmalltalkImage>>formatVMParameter: (in category 'vm statistics') -----<br>+ formatVMParameter: aNumber<br>+ <br>+         aNumber isFloat ifTrue: [<br>+            aNumber <><br>+                     ifTrue: [^ aNumber printShowingMaxDecimalPlaces: 5 ]<br>+                         ifFalse: [^ aNumber rounded asStringWithCommas]].<br>+    ^ aNumber asInteger asStringWithCommas.!<br><br>Item was changed:<br>  ----- Method: SmalltalkImage>>vmStatisticsReportOn: (in category 'vm statistics') -----<br>(excessive size, no diff calculated)<br><br><br></div></blockquote>
                                        </div></body>