From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Wed, 4 May 2011 11:40:04 +0000 From: comeau@panix.com (Greg Comeau) Message-ID: Subject: [9fans] nm "L symbols" Topicbox-Message-UUID: dbd86930-ead6-11e9-9d60-3106f5b1d025 man nm shows a symbol type of L that is possible denoting it as a "leaf function text segment symbol". Often a leaf function is distinguished by being at the end of a call hierarchy and can sometimes yield difference in code generation regarding stack space and such. Is this the case here? If so, then a L is otherwise a T (and an l a t), or is there some other differences? -- Greg Comeau / 4.3.10.1 with C++0xisms now in beta! Comeau C/C++ ONLINE ==> http://www.comeaucomputing.com/tryitout World Class Compilers: Breathtaking C++, Amazing C99, Fabulous C90. Comeau C/C++ with Dinkumware's Libraries... Have you tried it?