emacs-devel
[Top][All Lists]
Advanced

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

Re: Preview: portable dumper


From: Paul Eggert
Subject: Re: Preview: portable dumper
Date: Fri, 2 Dec 2016 15:42:26 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 12/02/2016 06:51 AM, Stefan Monnier wrote:
I mean that bytecomp.el would generate a file in a format which
pdumper can use (which has various consequences, such as the fact that
.elc files aren't portable any more).

The format could be easy for pdumper to use but still be portable. For example, the pdumper format could use 64-bit little-endian representation for Lisp_Object values, even on platforms with 32-bit or big-endian Lisp_Objects. Although this would complicate the pdumper and slow it down on platforms where the native format doesn't match the pdumper representation, the pdumper would still be significantly faster than lread.c.




reply via email to

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