Skip to content

Conversation

@PhazonicRidley
Copy link
Collaborator

No description provided.

@PhazonicRidley PhazonicRidley force-pushed the gcc-callgraph-generation branch 3 times, most recently from 6a012cc to a8c753d Compare September 8, 2025 19:47
Copy link
Collaborator

@Mchan2003 Mchan2003 left a 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.

Comment on lines +171 to +178
// 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");
// }
Copy link
Collaborator

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);
Copy link
Collaborator

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
@PhazonicRidley PhazonicRidley force-pushed the gcc-callgraph-generation branch from a8c753d to 86022e4 Compare September 22, 2025 19:15
@PhazonicRidley PhazonicRidley merged commit 48b2dfe into main Sep 22, 2025
@PhazonicRidley PhazonicRidley deleted the gcc-callgraph-generation branch September 22, 2025 19:15
DinoKengi pushed a commit that referenced this pull request Sep 23, 2025
* 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
DinoKengi pushed a commit that referenced this pull request Nov 3, 2025
* 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
DinoKengi pushed a commit that referenced this pull request Nov 3, 2025
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants