emacs-devel
[Top][All Lists]
Advanced

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

Re: Dynamic loading progress


From: Aurélien Aptel
Subject: Re: Dynamic loading progress
Date: Thu, 15 Oct 2015 12:13:37 +0200

On Thu, Oct 15, 2015 at 9:00 AM, Andreas Schwab <address@hidden> wrote:
> You can only use them for pointers that are known to fit in the range of
> Lisp_Int, ie. all tag bits clear.  This is true for all lisp object
> pointers (obviously), but not for other pointers.  For boxing arbitrary
> pointers we have Lisp_Save_Value.

I've used Save_Value for storing a module function context but a new
type has to be defined for module pointers in order to handle
user-provided finalizers.



reply via email to

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