<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
> note that there are still "start, stop" pairs, in addition to the<BR>> "start, limit" pairs<BR><BR>
 <BR>
There are still some "start, stop", but they are consistent, things compile.<BR>
 <BR>
 <BR>
C:\dev2\cm3.2\m3-libs\m3core\src\runtime\common\RTCollector.m3(519):PROCEDURE NoteStackLocations (start, stop: ADDRESS) =<BR>C:\dev2\cm3.2\m3-libs\m3core\src\runtime\common\RTHeapStats.m3(297):PROCEDURE GetThread (start, stop: ADDRESS) =<BR>C:\dev2\cm3.2\m3-libs\m3core\src\runtime\common\RTHeapStats.m3(329):PROCEDURE ScanPages (start, stop: ADDRESS) =<BR>C:\dev2\cm3.2\m3-libs\m3core\src\runtime\common\RTHeapStats.m3(353):PROCEDURE ScanThreadRoots (start, stop: ADDRESS;  on_stack: BOOLEAN) =<BR>C:\dev2\cm3.2\m3-libs\m3core\src\runtime\common\RTHeapStats.m3(383):PROCEDURE ScanThreadPageRoots (start, stop: ADDRESS;  on_stack: BOOLEAN) =<BR>C:\dev2\cm3.2\m3-libs\m3core\src\thread\PTHREAD\ThreadPThread.m3(976):PROCEDURE ProcessOther (act: Activation;  p: PROCEDURE (start, stop: ADDRESS)) =<BR>C:\dev2\cm3.2\m3-libs\m3core\src\thread\WIN32\ThreadWin32.m3(808):PROCEDURE ProcessOther (act: Activation;  p: PROCEDURE (start, stop: ADDRESS)) =<BR><BR>
 <BR>
I think the names are in the type, like for calling with named parameters, but the<BR>
functions don't actually have to match.<BR>
 <BR>
 <BR>
The perfectionist in me says they should all be consistent though.<BR>
The pragmatist says basically no change is worthwhile here, even the ones already made.<BR>
 <BR>
 <BR>
 - Jay<BR> <BR>> Date: Fri, 11 Dec 2009 13:05:58 +0000<BR>> To: m3commit@elegosoft.com<BR>> From: jkrell@elego.de<BR>> Subject: [M3commit] CVS Update: cm3<BR>> <BR>> CVSROOT: /usr/cvs<BR>> Changes by: jkrell@birch. 09/12/11 13:05:58<BR>> <BR>> Modified files:<BR>> cm3/m3-libs/m3core/src/runtime/common/: Tag: <BR>> release_branch_cm3_5_8 <BR>> RTThread.i3 <BR>> cm3/m3-libs/m3core/src/thread/POSIX/: Tag: <BR>> release_branch_cm3_5_8 <BR>> ThreadPosix.i3 <BR>> ThreadPosix.m3 <BR>> cm3/m3-libs/m3core/src/thread/PTHREAD/: Tag: <BR>> release_branch_cm3_5_8 <BR>> ThreadPThread.m3 <BR>> cm3/m3-libs/m3core/src/thread/WIN32/: Tag: <BR>> release_branch_cm3_5_8 <BR>> ThreadWin32.m3 <BR>> <BR>> Log message:<BR>> port from head: rename parameter in function pointer type from "stop"<BR>> to "limit"<BR>> note that there are still "start, stop" pairs, in addition to the<BR>> "start, limit" pairs<BR>> <BR>                                          </body>
</html>