Hello, I was just wondering if anybody is currently working on the C++
dynamic array library for c++1z?
Hello...I am thinking about starting to hack on something and I found
https://gcc.gnu.org/wiki/Speedup_areas and one of the projects is a
multi-threaded linker. I am just wondering if this is still an area
of interestif it is I plan on starting to work on it.
Thanks,
David
anybody know a current project that needs major help? I
would be more than happy to work on it.
On Fri, Sep 4, 2015 at 11:37 AM, David Kunsman wrote:
> I was just looking to get into a project...and the incremental project
> caught my eyewondering if it even practical due to the branch is
&g
what do you think about the sub project in the wiki:
Parallel Compilation:
One approach is to make the front end multi-threaded. (I've pretty
much abandoned this idea. There are too many mutable tree fields,
making this a difficult project. Also, threads do not interact well
with fork, which is c
Hello, I just read over the incremental compiler project on the gcc
wiki...and I am excited to try to finish it. I am just wondering if
it is even wanted anymore because it is 7-8 years old. Does anybody
know if this project is wanted anymore?
Hello, I was just reading through the current projects wiki page and I
noticed how out of date pretty much all of them are. So I was
planning on doing "spring cleaning" by going down the list tracking
down what has been and what needs to be down and updating all the
wikis. Do you think this is so
I am looking to implement one of the c++14 features " Member
initializers and aggregates(N3653). I am just wondering if anybody is
working on it right now?( I dont want to step on anybody's toes) I
see already Clang implemented it already.