Clement this analysis can be done without a control flow no?

On Fri, Feb 23, 2018 at 11:47 AM, Clément Bera <[email protected]> wrote:
> I used that in the past on intermediate representations, I feel it is very
> useful to directly edit the code of methods with large control flows since
> when you have many closing brackets ] ] ] ] you never know where to write
> your code. Now it's specific to some use-cases such as algorithms where you
> write methods with large control flows, in most methods due to object
> oriented programming convention the control flow is not that big. In this
> context other things could be possible (Smart suggestions to move code out
> of loops, etc.)
>
>
>
>
>
>
> On Fri, Feb 23, 2018 at 11:37 AM, Stephane Ducasse <[email protected]>
> wrote:
>>
>> Hi
>>
>> I'm experimenting in building a control flow graph of pharo methods
>> and I would like to know if you have ideas about what we can do
>> with them to support our development environment.
>>
>> Stef
>>
>
>
>
> --
> Clément Béra
> Pharo consortium engineer
> https://clementbera.wordpress.com/
> Bâtiment B 40, avenue Halley 59650 Villeneuve d'Ascq

Reply via email to