Clisp problem with reserved ranges during startup

2022-10-04 Thread Flávio Cruz
Hi I have compiled Clisp in Debian GNU/Hurd but get a warning message during Clisp startup since the mmapable address ranges configured for UNIX_HURD seem to be incorrect: Warning: reserving address range 0x1806...0xbfff that contains memory mappings. clisp might crash later! Memory dump:

Re: [PATCH 10/15] x86_64: expand and shrink messages in copy{in, out}msg routines

2022-10-04 Thread Samuel Thibault
Luca, le mar. 04 oct. 2022 22:39:03 +0200, a ecrit: > Il 30/08/22 07:57, Luca ha scritto: > > Il 28/08/22 15:13, Samuel Thibault ha scritto: > > > > +  size_t n = size / 8; > > > > +  saddr += n*number; > > > > +  usize += n*number; > > > > + 

Re: [PATCH 10/15] x86_64: expand and shrink messages in copy{in, out}msg routines

2022-10-04 Thread Luca
Il 30/08/22 07:57, Luca ha scritto: Il 28/08/22 15:13, Samuel Thibault ha scritto: +    } +  else +    { +  size_t n = size / 8; +  saddr += n*number; +  usize += n*number; +  align_inline(saddr