some pointer to understanding GCC source code
Posted
by user299570
on Stack Overflow
See other posts from Stack Overflow
or by user299570
Published on 2010-03-23T23:21:38Z
Indexed on
2010/03/23
23:33 UTC
Read the original article
Hit count: 285
hi, I'm student working on optimizing GCC for multi-core processor. I tried going through the source code, it is difficult to follow through it since I need to add some code to the back end. Can anyone suggest some good resource which explains the code flow through the different phases. Also suggest some development environment for debugging GCC mainly to step through the code. Is it possible on windows?
© Stack Overflow or respective owner