Re: Contribution

2022-12-15 Thread Paul Smith
On Wed, 2022-12-14 at 17:32 +0200, Mohamed Atef via Gcc wrote: > Hello all, >    As I mentioned before, I don't have much time to contribute. > So is there any way I can contribute some medium project I can work > on but myself in the long run? I loved this community, I contributed > before so can

Re: Contribution

2022-12-15 Thread Jason Merrill via Gcc
Hi, thanks for your interest. There are some ideas at https://gcc.gnu.org/wiki/EasyHacks You might also look at Bugzilla PRs with a lot of interest, particularly with severity of "enhancement". In the search results screen you can display the number of CCs and duplicates using the "change column

Re: Contribution

2022-03-14 Thread David Edelsohn via Gcc
On Mon, Mar 14, 2022 at 4:37 AM farhad via Gcc wrote: > > TO whom it may concern, > I'm Farhad Sarvari and I have been working as a software engineer for more > than 10 years and also have a strong background in c++ programming language. > In addition I wrote a book about modern C++. >

Re: [contribution] C11 threads implementation for Unix and Windows environments

2017-02-20 Thread Szabolcs Nagy
On 20/02/17 07:49, Sebastian Huber wrote: > Hello Gokan, > > you may have a look at: > > https://svnweb.freebsd.org/base/head/lib/libstdthreads/ note that despite the looks this is non-portable and non-conforming implementation, it is way better than the posted github code, but it can still clob

Re: [contribution] C11 threads implementation for Unix and Windows environments

2017-02-19 Thread Sebastian Huber
Hello Gokan, you may have a look at: https://svnweb.freebsd.org/base/head/lib/libstdthreads/ -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16 Fax : +49 89 189 47 41-09 E-Mail : sebastian.hu...@embedded-brains.de PGP

Re: [contribution] C11 threads implementation for Unix and Windows environments

2017-02-19 Thread ltpmouse ltpmouse
On 2017/2/20 6:59, Gkn Knc wrote: > I am actually working on C11 threads implementation for Unix and > Windows environments, and I would like to know if the GCC community > could be interested. The C library isn't part of gcc, so I am afraid this isn't the right place for implementation of it. libc

Re: contribution to gcc

2005-10-17 Thread Ian Lance Taylor
Ganesh Bikshandi <[EMAIL PROTECTED]> writes: > I have a fairly decent knowledge about compiler internals, object > oriented programming and algorithms. I would like to make a > non-trivial contribution to gcc/g++. I am interested in adding a new > optimization phase or improving some existing on