Inherent code performance advantages of D over C?

Walter Bright newshound2 at digitalmars.com
Sun Dec 8 12:42:39 PST 2013


On 12/8/2013 12:06 PM, Timon Gehr wrote:
> On 12/08/2013 07:53 PM, Walter Bright wrote:
>> On 12/8/2013 2:13 AM, Araq wrote:
>>> From this list only (7) is a valid point. All the others can be
>>> trivially dealt
>>> with whole program optimization (1,2,3)
>>
>> If it's trivial, it's not happening. (1) would require solving the
>> halting problem.  ...
>
> No it would not. If all you need to do is catching up with D, just infer where
> immutability qualifiers should go. This is decidable (the search space is
> finite). Of course, an analysis of this style could infer more fine-grained
> global aliasing information anyway.

I don't believe it is remotely correct that any amount of static analysis will 
determine where a pointer points to, just as it won't tell you what value the 
variable 'i' has in it.


More information about the Digitalmars-d mailing list