lyx1104

Results 7 comments of lyx1104

I've made some changes,RegionIdentifier.analyze() can get,but IterativeStructurer(ri).structure() get exception "Maximum call stack size exceeded",It bothered me for a long time

so if i want make a picture or other file to show the CFG(means the DiGraph),which tool or package can help me? Thanks for your guidance,It helped me a lot

OH,your recommend is awesome. I can turn dot files into SVG files already,but i can't find any usages in your code how to get dot file,how to get the dot...

thanks,I will have a try. Chinese proverb--->"laotie 666",haha

Hi,if my global CFG can't generate the graph with dot -Tsvg -O -v,what is the probable cause? I can't generate the graph,so I can't pinpoint which component of the global...

[some_output.zip](https://github.com/ceres-c/bulldozer/files/8962970/some_output.zip). Hi,this file package contains the fireyejs,compare with original code,I did some AST transform make it look like collina,for instance, `void 0 (some code)------>!function(){some code}` and the dot file, I...

Oh my god,the output of the digraph is so complex,Compared with collina (just many standard loop execute in sequence),but the fireyejs have many strange and big loop,which I haven't seen...