[Issue 3463] Integrate Precise Heap Scanning Into the GC

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Jul 20 20:01:35 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3463



--- Comment #29 from Leandro Lucarella <llucax at gmail.com> 2010-07-20 20:01:30 PDT ---
Woops! I'm sorry about the noise, I just found out what the problem was. I was
trying building DMD as a 64 bits app, so sizeof(size_t) was 8, but the
generated code was 32 bits, so it should be 4.

Anyway, the lesson learned is that this patch doesn't look right for cross
compilation. I don't even know if DMD is supposed to work as a cross-compiler,
though.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list