[Mono-devel-list] [REGRESSION] Change in mono runtime caused Nemerle do stop bootstraping

Paolo Molaro lupus at ximian.com
Tue Mar 1 12:46:36 EST 2005


On 03/01/05 Paolo Molaro wrote:
> As a quick fix, change the lines:
> 		/* It seems there are issues when the bitmap doesn't fit: play it safe */
> 		if (max_set > 30) {
> to
> 		/* It seems there are issues when the bitmap doesn't fit: play it safe */
> 		if (max_set >= 30) {
> in object.c.

This change is in svn. It is the same workaround for what looks like a 
possible libgc bug that was there before I rewrote the code to make it
more general.

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list