texmacs-dev
[Top][All Lists]
Advanced

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

Re: [Texmacs-dev] Revised patch: Speedup in startup time


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] Revised patch: Speedup in startup time
Date: Mon, 15 Jun 2009 17:18:47 +0200
User-agent: Mutt/1.5.9i

On Mon, Jun 15, 2009 at 07:39:37AM +0100, Norbert Nemec wrote:
> However, this is indeed a rather tricky detail of the language 
> definition, so I it might be worth checking the compiler. In this case, 
> however, it will not affect the correctness of the program.

In fact, these things actually can affect the correctness of a program.
Indeed, if you use equality tests which are based on pointer equality,
then you will need to assume that there is only one copy of
the actual static variable. This should be the convention,
since it is the only one which preserves the semantics
when switching between inline/not inline.

Anyway, I fixed the problem in a more straightforward manner
in the SVN version.

--Joris




reply via email to

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