[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Questions about floating numbers, rethink and bug report
From: |
Neil Jerram |
Subject: |
Re: Questions about floating numbers, rethink and bug report |
Date: |
16 Oct 2001 19:34:30 +0100 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 |
>>>>> "Dirk" == Dirk Herrmann <address@hidden> writes:
Dirk> On 14 Oct 2001, Neil Jerram wrote:
>> >>>>> "Dirk" == Dirk Herrmann <address@hidden> writes:
>>
Dirk> Virtualizing, BTW, is an implementation technique - in some
Dirk> sense. The term comes (at least that's what I assume) from
Dirk> the concept of virtual functions in C++. [...]
>> I've not thought deeply about the vector-specific case, but my
>> immediate reactions to your suggestion about virtualizing
>> vectors are that
>>
>> - yes, virtualization is a good idea in general
>>
>> - we already have a general virtualization mechanism -- GOOPS
>> -- and so should use that rather than inventing an additional
>> mechanism.
Dirk> OK, then how would you replace SCM_VECTORP and friends? How
Dirk> does your virtual function lookup mechanism look when using
Dirk> goops? I'm curious, because I currently don't see how
Dirk> low-level types can be virtualized using goops without a
Dirk> noticeable performance drawback. Could you give a code
Dirk> example for how you would do it, please?
I'll have a go, and aim to let you know the results by end Friday.
It may well be that you are right, and that it is impossible to use
GOOPS without losing a lot of performance, but I'd like to be sure
that we've checked the possibilities first.
Had you already considered and rejected using GOOPS before I mentioned
it?
Neil
- Re: Questions about floating numbers, rethink and bug report, Keith Wright, 2001/10/07
- Re: Questions about floating numbers, rethink and bug report, Dirk Herrmann, 2001/10/08
- Re: Questions about floating numbers, rethink and bug report, Keith Wright, 2001/10/09
- Re: Questions about floating numbers, rethink and bug report, Marius Vollmer, 2001/10/09
- Re: Questions about floating numbers, rethink and bug report, Dirk Herrmann, 2001/10/09
- Uniform vectors: was Questions about floating numbers, Keith Wright, 2001/10/10
- Re: Uniform vectors: was Questions about floating numbers, Dirk Herrmann, 2001/10/10
- Re: Uniform vectors: was Questions about floating numbers, Martin Grabmueller, 2001/10/10
- Re: Questions about floating numbers, rethink and bug report, Neil Jerram, 2001/10/14
- Re: Questions about floating numbers, rethink and bug report, Dirk Herrmann, 2001/10/15
- Re: Questions about floating numbers, rethink and bug report,
Neil Jerram <=
- Re: Questions about floating numbers, rethink and bug report, Dirk Herrmann, 2001/10/16
- Re: Questions about floating numbers, rethink and bug report, Neil Jerram, 2001/10/20
- Re: Questions about floating numbers, rethink and bug report, Chris Cramer, 2001/10/10
- Re: Questions about floating numbers, rethink and bug report, Per Bothner, 2001/10/10
- Re: Questions about floating numbers, rethink and bug report, Keith Wright, 2001/10/10
- Re: Questions about floating numbers, rethink and bug report, Dirk Herrmann, 2001/10/18
- Re: Questions about floating numbers, rethink and bug report, Chris Cramer, 2001/10/11
- Re: Questions about floating numbers, rethink and bug report, Keith Wright, 2001/10/11
- Re: Questions about floating numbers, rethink and bug report, Chris Cramer, 2001/10/11