Hello, we are delighted you found contributing to GCC interesting.
On Sun, Mar 16 2025, Christina / via Gcc wrote: > Hello! I'm interested in the idea of "Name Resolution Pass Rewrite". > I took the compiler course and implemented a ALGOL-like language compiler. > I have huge passion about compiler and would love to contribute to GCC > community. > > I looked up some resources on this topic. Name resolution · Rust-GCC/gccrs > Wiki · GitHub <https://github.com/Rust-GCC/gccrs/wiki/Name-resolution>, > gccrs/gcc/rust/resolve/rust-name-resolver.cc > at master · Rust-GCC/gccrs · GitHub > <https://github.com/Rust-GCC/gccrs/blob/master/gcc/rust/resolve/rust-name-resolver.cc> > > I am familiar with both trie tree and lexically scoped symbol table. > Are there any specific areas I should focus on? Any issues I could start > looking into for better context? > Also, I appreciate it if you tell me what features of old name-resolver are > expected to implement for this project. Please note that Rust GCC projects are a bit special in the sense that they are often discussed primarily on Zulip of the GCC-Rust team: https://gcc-rust.zulipchat.com/ So you may want to reach out to the GCC-Rust community primarily there. Good luck! Martin