[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proposal: immediate strings
From: |
Paul Eggert |
Subject: |
Re: Proposal: immediate strings |
Date: |
Thu, 24 May 2012 09:35:50 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 |
On 05/24/2012 05:51 AM, Stefan Monnier wrote:
>>> we could just grab a second bit from `size'
>>> >> for the `immbit'.
>> > Only if MOST_POSITIVE_FIXNUM <= min (SIZE_MAX, PTRDIFF_MAX) / 2.
> Why?
> This would be true if `size' were changed to ptrdiff_t (which would make
> sense, indeed), but it's currently EMACS_INT,
Ah, sorry, I was assuming the integer-overflow patch
(for bug#9874). That patch indeed changes 'size'
to ptrdiff_t. Any changes for immediate strings
should assume that this patch has been applied.
I haven't applied that patch only because the trunk
has been frozen against big changes since God
knows when.
- Proposal: immediate strings, Dmitry Antipov, 2012/05/22
- Re: Proposal: immediate strings, Miles Bader, 2012/05/22
- Re: Proposal: immediate strings, Stefan Monnier, 2012/05/24
- Re: Proposal: immediate strings, Ken Raeburn, 2012/05/24
- Re: Proposal: immediate strings, Paul Eggert, 2012/05/24
- Re: Proposal: immediate strings, Stefan Monnier, 2012/05/24
- Re: Proposal: immediate strings, Paul Eggert, 2012/05/24
- Re: Proposal: immediate strings, Stefan Monnier, 2012/05/24
- Re: Proposal: immediate strings,
Paul Eggert <=
- Re: Proposal: immediate strings, Dmitry Antipov, 2012/05/25
- Re: Proposal: immediate strings, Paul Eggert, 2012/05/25
- Re: Proposal: immediate strings, Dmitry Antipov, 2012/05/28
- Re: Proposal: immediate strings, Stefan Monnier, 2012/05/28
Re: Proposal: immediate strings, Dmitry Antipov, 2012/05/29
- Re: Proposal: immediate strings, Paul Eggert, 2012/05/29
- Re: Proposal: immediate strings, Dmitry Antipov, 2012/05/29
- Re: Proposal: immediate strings, Paul Eggert, 2012/05/29
- Re: Proposal: immediate strings, Dmitry Antipov, 2012/05/31
- Re: Proposal: immediate strings, Paul Eggert, 2012/05/31