| The GCC project has rewritten part of GCC in C++.
http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html
http://gcc.gnu.org/git/?p=gcc.git;a=commit;h=2b15d2ba7eb3a25dfb15a7300f4ee7a141ee8539
This is being done for essentially the same reasons that I advocate
rewriting the Csound engine (not opcodes) in C++.
In particular see the rationales at the lower part of:
http://gcc.gnu.org/wiki/cxx-conversion
A major motive here obviously is to replace C collection classes with
templated C++ standard library collections. The benefits anticipated
include greater clarity, greater maintainability, and more speed. Part
of the work involves removing macros in favor of C++ inline code.
Regards,
Mike
--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net |