Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Can I teoricaly do the same program and with same speed in C and C++?

Author: Dan Andersson

Date: 05:16:31 08/31/99

Go up one level in this thread


The extra  instructions could cause cashe overwrites and such, thus making it a
memory bound penalty. I know that vtables are a very bad deal on x86 machines,
much better to use switches and inlined functions. C++ is only about 30% faster
than natively compiled OCAML, a much better prototyping and developement
language.

Regards DAn



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.