nashid

Results 98 comments of nashid

@liuyuanOUC which library you ended up choosing? Have you come across any open-source implementation of slicing. Also can you please clarify why do you think Soot or Wala is more...

@liuyuanOUC I was looking into Plume which looks promising. Plume builds code property graph (CPG) from Java bytecode by leveraging Soot. I plan to investigate CPG as it appears to...

@liuyuanOUC do you know whether srcml does lightweight data-flow analysis or not?

OpenNMT has a GGNN implementation. https://opennmt.net/OpenNMT-py/examples/GGNN.html Having a similar model with StellarGraph would be awesome!

Also, can I extract control-flow and data-flow graphs to a dot or JSON files?

Thanks, @slarse. Looking forward to the feedback.

@andrewbwogi @slarse do you think in the near future Spoon would address these gaps? There are so many tools in the JVM ecosystem and yet there is no tool that...

Hello SPOON contributors, Thanks for this fantastic library. I would like to use Spoon to generate a control flow diagram and basic data flow diagram for intra-procedural analysis. As an...

@StalVars whats the latency you got for ~400K documents? Also whats the memory usage?

@AlanSwift wondering when the RGCN implementation would be available?