emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] [WIP] Port feature/native-comp to Windows.


From: Andrea Corallo
Subject: Re: [PATCH] [WIP] Port feature/native-comp to Windows.
Date: Sun, 10 May 2020 10:20:04 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

Eli Zaretskii <address@hidden> writes:


> That's a general bug, and should be fixed on all platforms.
> WIDE_EMACS_INT is supported on Posix platforms as well; I guess no one
> has yet tried to make a 32-bit build of the branch --with-wide-int.

Uh I missed this sorry, I did it.  Should be working since a month
circa, I guess I'm a little behind schedule with the updates.

commit 49a3790e684213a6247f20e8029947f82fefdb5b
Author: Andrea Corallo <address@hidden>
Date:   Sat Apr 4 23:33:52 2020 +0100

    * src/comp.c: Add MSB TAG and wide int support.

commit 9bf9550836b526d1e72378b2a64385df8d47ac07
Author: Andrea Corallo <address@hidden>
Date:   Fri Apr 3 15:35:28 2020 +0100

    src/comp.c: Fix i386

    In i386 ABI parameter passing of structs (and unions) is done as
    pointer + size.  Surprisingly this is done *always* even if the
    structure is known to be word size.


--
address@hidden



reply via email to

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