[Gambas-user] Flow graphs

Benoît Minisini gambas at ...1...
Wed Dec 31 18:11:54 CET 2014


Le 31/12/2014 17:29, Jussi Lahtinen a écrit :
> Hmmm... maybe not so trivial task.
> I wonder if there is method to distinguish native function calls (without
> listing them all). Also there aren't always just "PUSH FUNCTION", but also
> "PUSH UNKNOWN" which may refer to variable or to function.
> What x presents in "CALL (x)" ?
>
>
> Jussi
>

I don't think it's a good idea to rely on undocumented compiler 
debugging features. :-)

And what about event handlers and method calls that are entirely solved 
at runtime. How can you make a graph from that?

-- 
Benoît Minisini




More information about the User mailing list