guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile 1.8 and x86_64


From: Miroslav Lichvar
Subject: Re: guile 1.8 and x86_64
Date: Fri, 5 May 2006 16:05:34 +0200
User-agent: Mutt/1.4.2.1i

Hi,

attached is a patch that seems to fix the problem with gcc4 and 64bit
architectures.

The scm_mark_locations function in gc-mark.c calls scm_gc_mark on
everything located in one of the allocated segments. Shouldn't there
be a check if the address is at least scm_t_cell aligned? 

Is it correct or is it just plain luck it works with the patch?

Thanks,

-- 
Miroslav Lichvar

Attachment: gcmark.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]