From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Philipp Stephani
> I don't like giving users raw Lis= p_Objects.=C2=A0 I really don't like making
> 32-bit callers cope with 64-bit values.=C2=A0 If emacs_value is a poin= ter, we
> have complete freedom with respect to runtime behavior.=C2=A0 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.