[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proposal: block-based vector allocator
From: |
Stefan Monnier |
Subject: |
Re: Proposal: block-based vector allocator |
Date: |
Fri, 01 Jun 2012 13:36:51 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
> I expect very negligible win here. But I'll try to reconfigure with
> --enable-use-lisp-union-type and see what happens.
> BTW, is this configuration usable?
I've been using it daily for several years, yes.
> When I'm trying to configure with this option, I still get USE_LSB_TAG
Actually, with lisp-union-type the C code doesn't really care or know
whether the tags are on LSB or MSB anyway, so I wouldn't bother paying
attention to this situation.
Stefan