emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposal: immediate strings


From: Miles Bader
Subject: Re: Proposal: immediate strings
Date: Wed, 23 May 2012 05:51:13 +0900

Dmitry Antipov <address@hidden> writes:
> +/* Maximum amount of bytes, including '\0', in an immediate string.
> +   This assumes that sizeof (EMACS_INT) is equal to sizeof (void * ).  */
> +#define STRING_IMM_MAX (3 * sizeof (EMACS_INT) - 2)

Not a good assumption (especially given that it's easy to do it right)...

-miles

-- 
values of β will give rise to dom!



reply via email to

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