-
Notifications
You must be signed in to change notification settings - Fork 440
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
add funcvar #1598
add funcvar #1598
Conversation
--- log/redis-server.log 2024-11-23 22:24:42.786280885 +1100 PTACallGraph Stats (Andersen analysis)****** Memory SSA Statistics****** Persistent Points-To Cache Statistics: flow-sensitive analysis bitvector |
Funcval=>FunVal Funcvar=>FunVar |
Time stats have also increased significantly |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1598 +/- ##
==========================================
+ Coverage 62.94% 62.99% +0.05%
==========================================
Files 246 246
Lines 27343 27412 +69
Branches 4521 4529 +8
==========================================
+ Hits 17211 17269 +58
- Misses 10132 10143 +11
|
Ok, I'll check. |
I haven't merged the latest SVF master. I just reran both versions and the time stat is normal now: PTACallGraph Stats (Andersen analysis)****** Memory SSA Statistics****** Persistent Points-To Cache Statistics: flow-sensitive analysis bitvector |
svf/include/SVFIR/SVFIR.h
Outdated
/// Add a memory obj node | ||
inline NodeID addObjNode(const SVFValue* val, NodeID i) | ||
inline NodeID addObjNode(const SVFValue* val, const CallGraphNode* callGraphNode, NodeID i) |
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.
split into multiple functions
No description provided.