emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Lisp JIT Compiler


From: Tom Tromey
Subject: Re: Emacs Lisp JIT Compiler
Date: Fri, 24 Aug 2018 15:03:21 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux)

>>>>> "Eli" == Eli Zaretskii <address@hidden> writes:

Eli> Maybe I'm missing something, but I didn't see how to do that with just
Eli> a type definition.  jit_value_create_long_constant is special in that
Eli> it allows to create 64-bit constants in a 32-bit build, by allocating
Eli> a 64-bit buffer and storing it address in the jit_value_t object it
Eli> returns.

Ah, I didn't pick up on that.  My illness makes me somewhat mentally
fuzzy.

Anyway maybe a helper function could be used so there's just a single #if.

Tom



reply via email to

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