This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help for graduate research - how are NLTP routines implemented atthe OS level


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]