[Issue 14497] Disassembly view

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|unspecified |D2 --

[Issue 14497] Disassembly view

2015-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #14 from Manu turkey...@gmail.com --- Awesome work, super useful stuff. Thanks again! :) Any chance on the other dustmite suggestion? :P --

[Issue 14497] Disassembly view

2015-05-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 14497] Disassembly view

2015-05-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #11 from Rainer Schuetze r.sagita...@gmx.de --- Oh yeah, and the other thing was that every time I hit Compile and Disassemble, it prompts me if I want to reload the file. That's a bit annoying. Yeah, I noticed that, too, though it

[Issue 14497] Disassembly view

2015-05-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #12 from Manu turkey...@gmail.com --- Confirm fixed. This is awesome :) --

[Issue 14497] Disassembly view

2015-05-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #10 from Rainer Schuetze r.sagita...@gmx.de --- You can assign a hotkey to the command in the global keybord settings of VS. Search for VisualD.CompileAndDisasm. I have not predefined hotkeys to avoid breaking other people assignments.

[Issue 14497] Disassembly view

2015-05-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #8 from Manu turkey...@gmail.com --- Okay, I've played with this for a bit. A few little things immediately jump out at me: * Compile and Disassemble doesn't seem to have a hotkey. * There's no convenient way to refresh the view. On the

[Issue 14497] Disassembly view

2015-05-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #9 from Manu turkey...@gmail.com --- Oh yeah, and the other thing was that every time I hit Compile and Disassemble, it prompts me if I want to reload the file. That's a bit annoying. --

[Issue 14497] Disassembly view

2015-05-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #6 from Manu turkey...@gmail.com --- (In reply to Rainer Schuetze from comment #5) While DMD output would of course be useful, I'm not sure there's as much value analysing DMD output because it's a pretty average codegen anyway. I

[Issue 14497] Disassembly view

2015-05-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #7 from Manu turkey...@gmail.com --- Sorry, stupid question, I read the docs. Very fine work! Thanks again! --

[Issue 14497] Disassembly view

2015-05-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #5 from Rainer Schuetze r.sagita...@gmx.de --- While DMD output would of course be useful, I'm not sure there's as much value analysing DMD output because it's a pretty average codegen anyway. I doubt many people would optimise for

[Issue 14497] Disassembly view

2015-05-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #3 from Rainer Schuetze r.sagita...@gmx.de --- My current idea is to abuse the Code Definition Window to show assembly instead. The assembly would be a file produced by compiling and dumping the file after saving it (or maybe after some

[Issue 14497] Disassembly view

2015-05-01 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #4 from Manu turkey...@gmail.com --- (In reply to Rainer Schuetze from comment #3) My current idea is to abuse the Code Definition Window to show assembly instead. The assembly would be a file produced by compiling and dumping the file

[Issue 14497] Disassembly view

2015-04-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 Rainer Schuetze r.sagita...@gmx.de changed: What|Removed |Added CC||r.sagita...@gmx.de ---

[Issue 14497] Disassembly view

2015-04-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14497 --- Comment #2 from Manu turkey...@gmail.com --- Yeah, requiring that the program link is annoying, and if the program is big (mine are), then the build times can get long, and iteration is slow. Short of source, at very least, there needs to be