emacs-devel
[Top][All Lists]
Advanced

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

Re: Modules: definition of emacs_value


From: Stefan Monnier
Subject: Re: Modules: definition of emacs_value
Date: Wed, 02 Mar 2016 09:37:17 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> I don't like giving users raw Lisp_Objects.  I really don't like making
> 32-bit callers cope with 64-bit values.  If emacs_value is a pointer, we
> have complete freedom with respect to runtime behavior.  Putting a
> Lisp_Object directly in an emacs_value is a false economy.

This assumes that the performance cost of the API is negligible.
Currently, the performance already sucks rocks because of all the extra
condition-case going on (thanks to your lobbying), but I don't think we
should add insult to injury.


        Stefan




reply via email to

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