<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi Chris,<br>
<br>
Thanks for looking. Replies inline...<br>
<br>
<div class="moz-cite-prefix">On 6/4/2013 1:08 PM, Christian
Thalinger wrote:<br>
</div>
<blockquote
cite="mid:FC6B5D0B-7700-4913-A5DB-FDABC1209F5E@oracle.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
Since I'm messing around in the same code right now I took a look.
<div>
<pre><span class="new" style="color: blue; ">+volatile int StringTable::_par_claimed_idx = 0;</span></pre>
</div>
<div>Can't we just say parallel instead of par?</div>
</blockquote>
<br>
Sure. No problem.<br>
<br>
<blockquote
cite="mid:FC6B5D0B-7700-4913-A5DB-FDABC1209F5E@oracle.com"
type="cite">
<div>
<pre><span class="new" style="color: blue; ">+ for (int i = start_idx; i < end_idx; i += 1) {</span></pre>
</div>
<div>The += 1 is perfectly sane but it looks odd :-)</div>
</blockquote>
<br>
I've been burned before with prefix and postfix increment operators
(not in loop guards) so I tend to use the in-fix operator.<br>
<br>
JohnC<br>
<br>
</body>
</html>