[DGD] Call tree question
Shentino
shentino at gmail.com
Fri Jul 6 02:27:17 CEST 2012
On Thu, Jul 5, 2012 at 5:06 PM, Felix A. Croes <felix at dworkin.nl> wrote:
> Shentino <shentino at gmail.com> wrote:
>
>> I'm adding a new feature to DGD but I'm having a hard time finding all
>> the functions I need to fix.
>>
>> Is there a way to find all nodes between two specified functions on a
>> call graph?
>>
>> Basically I need to propagate a high level directive down to a low
>> level routine.
>
> You can use 'make'. Add the directive to the top level call, observe
> compiler feedback, fix, repeat.
That's what I'm doing so far.
What I'd like to avoid is forking the directive down the web on a
branch that leads to a dead end no-op.
> Regards,
> Felix Croes
> ___________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
More information about the DGD
mailing list