On 26 Sep 2014, at 9:08 , Esteban Lorenzano <[email protected]> wrote:

> 
> On 26 Sep 2014, at 09:04, Craig Latta <[email protected]> wrote:
> 
>> 
>> Hi Marcus--
>> 
>>> Honestly, I do not get why [showing decompiled code in the browser]
>>> was useful, ever.
>> 
>>    Some of my debugging sessions require using the virtual machine
>> simulator. I find browser-presented decompilation useful for finding my
>> place in a method I'm running that way. It's also useful for learning
>> about how the compiler and virtual machine work.
> 
> so is a good functionality for putting in plugin, not a standard feature of 
> nautilus: if working with vm simulator, if debugging it, if… 
> 
> Esteban 


I've also found it useful when doing optimization work on normal code.
If you're not entirely certain what the compiler is capable of, it helps you 
determine things like wether temps are automatically moved to the smallest 
enclosing scope, whether a certain function gets inlined, etc.
I imagine with Sista, it becomes an even more essential tool for checking what 
the compiler actually produces. Building and debugging something like that 
without a decompiler also seems like a whole lot of pain...

Cheers,
Henry 

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to