Google Summer of Code 2011 application

Daniel Gibson metalcaedes at gmail.com
Tue Mar 8 15:14:19 PST 2011


Am 08.03.2011 20:37, schrieb Andrei Alexandrescu:
> I just submitted an application for GSoC 2011 on behalf of Digital Mars.
> Please review and contribute to the project ideas page:
>
> http://prowiki.org/wiki4d/wiki.cgi?GSOC_2011_Ideas
>
>
> Thanks,
>
> Andrei

Two (ok, maybe three) IDE related ideas:

1. integration of the profiler (use profilers output to directly jump to 
related sections in the code, mark time-intensive sections, stuff like that)

2. possibility to show assembly code from (de-)compiled executable 
inline in source so it's easier for developers who don't know much 
assembly language to understand how much machine code is generated by 
their code, possibly creating bottlenecks from harmless-looking 
statements etc.

3. Any work on IDEs should be for cross-platform IDEs, maybe eclipse DDT 
or codeblocks. Or maybe somebody could port D-IDE (d-ide.sf.net), which 
is pretty good as far as I know, to mono so it can be used on other 
platforms than windows?

(I post this here for discussion before inserting it in the wiki).

Cheers,
- Daniel


More information about the Digitalmars-d mailing list