c

TwitterFacebook
Get flash to fully experience Pearltrees
xml

threads

perftools - Google Code

These tools are for use by developers so that they can create more robust applications. Especially of use to those developing multi-threaded applications in C++ with templates. Includes TCMalloc, heap-checker, heap-profiler and cpu-profiler. Recent news: http://code.google.com/p/gperftools/?redir=1
http://www.gnu.org/software/libc/manual/html_node/Customizing-Printf.html

Customizing Printf - The GNU C Library

12.13 Customizing printf The GNU C Library lets you define your own custom conversion specifiers for printf template strings, to teach printf clever ways to print the important data structures of your program. The way you do this is by registering the conversion with the function register_printf_function ; see Registering New Conversions . One of the arguments you pass to this function is a pointer to a handler function that produces the actual output; see Defining the Output Handler , for information on how to write this function.

Top 10 Ways to be Screwed by "C"

http://www.andromeda.com/people/ddyer/topten.html To get on this list, a bug has to be able to cause at least half a day of futile head scratching, and has to be aggravated by the poor design of the "C" language. In the interests of equal time, and to see how the world has progressed in the 20-odd years since "C" escaped from its spawning ground, see my Top 10 Ways to be Screwed by the Java programming language , and for more general ways to waste a lot of time due to bad software, try my Adventures in Hell page. A better language would allow fallible programmers to be more productive. Infallible programmers, of the type unix' and "C" designers anticipated, need read no further.
Node: Top Next: Introduction Prev: (dir) Up: (dir) This is Edition 0.06 DRAFT, last updated 24 October 1994, of The GNU C Library Reference Manual , for Version 1.09 Beta of the GNU C Library. Introduction Purpose of the GNU C Library. Error Reporting How the GNU Library functions report

The GNU C Library

http://wwwwbs.cs.tu-berlin.de/user-taipan/kraxel/gnuinfo/libc/Top.html
http://www.eventhelix.com/RealtimeMantra/Basics/OptimizingCAndCPPCode.htm#.UVlOKNGI70M Embedded software often runs on processors with limited computation power, thus optimizing the code becomes a necessity. In this article we will explore the following optimization techniques for C and C++ code developed for Real-time and Embedded Systems. Many techniques discussed here have roots in the material we covered in the articles dealing with C to Assembly translation.

Optimizing C and C++ Code

Dennis Ritchie Home Page

Location Dennis Ritchie Bell Labs , Rm 2C-517 600 Mountain Ave. Murray Hill, New Jersey 07974-0636, USA dmr@bell-labs.com +1 908-582-3770 (office) , +1 908-582-5857 (fax) In Memoriam Dennis died in early October, 2011. This is a note from his sister and brothers: http://www.cs.bell-labs.com/who/dmr/
Before you begin to use the LLVM system, review the requirements given below. This may save you some trouble by knowing ahead of time what hardware and software you will need. Hardware LLVM is known to work on the following platforms: LLVM has partial support for the following platforms: Note

Getting Started with LLVM System

http://llvm.org/docs/GettingStarted.html