updated autogc notes

This commit is contained in:
clay_shooter
2007-05-17 02:36:08 +00:00
parent e98dc4b0cf
commit 90eb8609a3
2 changed files with 21 additions and 8 deletions

View File

@@ -5,7 +5,8 @@
<h3>What's New</h3>
<ul>
<li>
<b>Now compiles with with Visual Studio 2005</b>
<b>Now compiles with with Visual Studio 2005 (M1)</b>
<b>Changed milestone release naming convetion from "pre..." to "M..."</b>
</li>
</ul>
@@ -23,7 +24,7 @@
</tr>
<tr>
<td width="13%" valign="top">1709841 </td>
<td width="87%" valign="top">(pre-release 1) Compiles with Visual Studio 2005</td>
<td width="87%" valign="top">(M1) Compiles with Visual Studio 2005</td>
</tr>
<tr>
<tr>
@@ -94,9 +95,9 @@
</tr>
<tr>
<td width="13%" valign="top">1674015</td>
<td width="87%" valign="top">(pre-release 1) ROT hashmap handling when autogc=no (default) can lead to key collisions
in hashmap. This causes objects to be garbage finalized when they shouldn't be resulting in vm failures
with large (large) numbers of objects. </td>
<td width="87%" valign="top">(pre-release 1) ROT hashmap key generation when autogc=no (default)
can lead to key collisions in hashmap. This causes objects to be garbage finalized
when they shouldn't be resulting in vm failures with large (large) numbers of objects. </td>
</tr>
<tr>
<td width="13%" valign="top">1674179</td>