public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* c 's OOP in VFS vs c++'s OOP
@ 2007-05-04  8:32 la deng
       [not found] ` <20070504101129.GA5482@localhost.localdomain>
  0 siblings, 1 reply; 9+ messages in thread
From: la deng @ 2007-05-04  8:32 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

reference to the c++'s father's interview

http://www.artima.com/intv/abstreffi.html

 fortran and c++ can  achive good performance for they can abstract in
higher level and  their compiler can think in higher level to avoid
the cache miss (like in the array vs vector )or to achive the "no
code" Optimization

The vfs using c to OOP but c compiler can't have the high level
Intelligence as the c++ or fortran's compiler to help at the high
level Optimization


one benchmark showed the c insert in the array will slow by speed of   1/17


Then ,what's the power of c OOP vs c++ with the compiler's
Intelligence in OOP?or maybe the c compiler have Outdated?

any input will be appreciated.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-05-05  7:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-04  8:32 c 's OOP in VFS vs c++'s OOP la deng
     [not found] ` <20070504101129.GA5482@localhost.localdomain>
2007-05-04 11:00   ` la deng
2007-05-04 11:40     ` Jan Engelhardt
2007-05-04 12:30       ` WANG Cong
2007-05-04 13:53         ` la deng
2007-05-04 14:15           ` Jan Engelhardt
2007-05-05  6:37             ` la deng
2007-05-04 15:27           ` WANG Cong
2007-05-05  7:29     ` la deng

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox