Help for graduate research - how are NLTP routines implemented at the OS level
Mike Frysinger
vapier@gentoo.org
Thu Mar 24 14:56:00 GMT 2011
On Thu, Mar 24, 2011 at 10:40 AM, Edmon Begoli wrote:
> - what exact command should I run to get as succinct version of the
> assembler generated
> for the small snippet of pthreads code (similar to the one below).
> I was using gcc -phtread -S -O2 -fdump-tree-all -fverbose-asm <filename>.c
that's how you get it
> - would you please give me some pointers to source code as to where to
> look exactly to understand the specifics on how is pthreads code
> compiled by the gcc
look in the nptl subdir of glibc
-mike
More information about the Libc-help
mailing list