-
Notifications
You must be signed in to change notification settings - Fork 0
✨ Gcc callgraph generation base #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
6a012cc to
a8c753d
Compare
Mchan2003
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good.
Nitpick :Make sure to handle the lines of code that was commentted out before merging.
| // for (auto& e : raw_entries) { | ||
| // std::println("Entry:"); | ||
| // for (auto&& s : | ||
| // e | views::split('\n') | rng::to<std::vector<string>>()) { | ||
| // std::println("{}", s); | ||
| // } | ||
| // std::println("\n"); | ||
| // } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handle this commented code before merging it.
| auto& entry = split_vec[i]; | ||
| if (i == 0) { | ||
| auto m = fn_name_re.search(entry); | ||
| // std::println("entry:{}", entry); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Handle commented code before merging
Script is designed for testing and workshopping. Script is written in python and documented on how it works
a8c753d to
86022e4
Compare
* Created POC GCC IPA callgraph parser Script is designed for testing and workshopping. Script is written in python and documented on how it works * 👷 Added debugging settings and defaulted to Debug builds * ❇️ Started to port the parsing code for gcc No API yet
* Created POC GCC IPA callgraph parser Script is designed for testing and workshopping. Script is written in python and documented on how it works * 👷 Added debugging settings and defaulted to Debug builds * ❇️ Started to port the parsing code for gcc No API yet
* Created POC GCC IPA callgraph parser Script is designed for testing and workshopping. Script is written in python and documented on how it works * 👷 Added debugging settings and defaulted to Debug builds * ❇️ Started to port the parsing code for gcc No API yet
No description provided.