-
Notifications
You must be signed in to change notification settings - Fork 458
move symboltableinfo to irgraph #1642
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
--- log/nginx.log 2025-01-29 09:55:45.714826594 +1100 PTACallGraph Stats (Andersen analysis)****** @@ -220,11 +220,11 @@ Persistent Points-To Cache Statistics: flow-sensitive analysis bitvector |
svf/include/Graphs/IRGraph.h
Outdated
return BlkPtr; | ||
} | ||
|
||
inline SymID nullPtrSymID() const |
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.
Change SymID to NodeID
|
||
/// Get SVFIR Node according to LLVM value | ||
///getNode - Return the node corresponding to the specified pointer. | ||
NodeID getValueNode(const SVFValue* V); |
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.
We will remove SVFValue later?
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.
yes
Currently the header files are too large. We could improve it by moving some implementations from header to cpp in this pull request |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1642 +/- ##
==========================================
- Coverage 63.82% 63.82% -0.01%
==========================================
Files 247 246 -1
Lines 26014 25980 -34
Branches 4500 4501 +1
==========================================
- Hits 16604 16581 -23
+ Misses 9410 9399 -11
|
Once the header files are shortened for PAG and IRGraph and their related classes, I will merge it |
No description provided.