Re: wip-mingw with x86_64 support updated for 3.0.8

2022-05-16 Thread Jan Nieuwenhuizen
Jan Nieuwenhuizen writes: Hello again, > I've reset and updated wip-mingw onto latest main: > > https://git.savannah.gnu.org/cgit/guile.git/log/?h=wip-mingw If you tried this with a recent Guix, you probably got a segfault. I finally found that compiling with -flto (--enable-lto) creates br

wip-mingw with x86_64 support updated for 3.0.8

2022-05-11 Thread Jan Nieuwenhuizen
Hi! I've reset and updated wip-mingw onto latest main: https://git.savannah.gnu.org/cgit/guile.git/log/?h=wip-mingw Most changes are simply a continuation of the previous x86_64-w64-mingw32 work done for 3.0.7, using intptr_t and uintptr_t instead of scm_t_inum or long and unsigned long. Th