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


Thanks. I agree on the lack of novelty. I may put together a white
paper or something
that can be used to supplement the documentation for gcc on this topic.

Regards,
Edmon

On Thu, Mar 24, 2011 at 11:58 AM, Florian Weimer <fweimer@bfk.de> wrote:
> * Edmon Begoli:
>
>> Would you please instruct me on two things:
>>
>> - 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
>
> This is the way. ?But you won't see much because from the point of
> view of the compiler (and the assembly listing generated), this is
> just an ordinary function call.
>
>> Furthermore - it seems that it would be worthwhile to write a paper
>> on this topic given the absence of formal documentation, so if
>> anyone is interested in collaborating on the paper that we would
>> submit to some compilers journal please let me know.
>
> I very much doubt you can get this published because it lacks novelty.
>
> --
> Florian Weimer ? ? ? ? ? ? ? ?<fweimer@bfk.de>
> BFK edv-consulting GmbH ? ? ? http://www.bfk.de/
> Kriegsstraße 100 ? ? ? ? ? ? ?tel: +49-721-96201-1
> D-76133 Karlsruhe ? ? ? ? ? ? fax: +49-721-96201-99
>


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