Re: DConf 2013 Day 2 Talk 1: GDC by Iain Buclaw

2013-05-25 Thread Nick Sabalausky
On Fri, 24 May 2013 07:02:52 -0400 Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: It's there! http://www.reddit.com/r/programming/comments/1eyq5z/dconf_2013_day_2_talk_1_gdc_by_iain_buclaw/ Andrei Torrents: http://semitwist.com/download/misc/dconf2013/

Re: DConf 2013 Day 2 Talk 1: GDC by Iain Buclaw

2013-05-25 Thread Joseph Rushton Wakeling
Wonderful talk, Iain. :-) One question about the copyright assignment issue. How does this operate in practice? Is it going to be that the D frontend will simply go forward as copyright (c) FSF (which isn't a problem DMD-wise as their assignment agreement immediately licenses the code back

Re: DConf 2013 Day 2 Talk 1: GDC by Iain Buclaw

2013-05-25 Thread Iain Buclaw
On 25 May 2013 14:52, Joseph Rushton Wakeling joseph.wakel...@webdrake.net wrote: Wonderful talk, Iain. :-) One question about the copyright assignment issue. How does this operate in practice? Is it going to be that the D frontend will simply go forward as copyright (c) FSF (which isn't a

DConf 2013 Day 2 Talk 1: GDC by Iain Buclaw

2013-05-24 Thread Andrei Alexandrescu
It's there! http://www.reddit.com/r/programming/comments/1eyq5z/dconf_2013_day_2_talk_1_gdc_by_iain_buclaw/ Andrei

Re: DConf 2013 Day 2 Talk 1: GDC by Iain Buclaw

2013-05-24 Thread nazriel
On Friday, 24 May 2013 at 11:02:52 UTC, Andrei Alexandrescu wrote: It's there! http://www.reddit.com/r/programming/comments/1eyq5z/dconf_2013_day_2_talk_1_gdc_by_iain_buclaw/ Awesome presentation. The most instructive so far. Details of Internal representation of GCC - I never even heard of

Re: DConf 2013 Day 2 Talk 1: GDC by Iain Buclaw

2013-05-24 Thread Iain Buclaw
On 24 May 2013 12:02, Andrei Alexandrescu seewebsiteforem...@erdani.org wrote: It's there! http://www.reddit.com/r/programming/comments/1eyq5z/dconf_2013_day_2_talk_1_gdc_by_iain_buclaw/ Andrei Errata: David Nadlinger - the way it determines whether or not to emulate TLS is at the

Re: DConf 2013 Day 2 Talk 1: GDC by Iain Buclaw

2013-05-24 Thread David Nadlinger
On Friday, 24 May 2013 at 22:20:54 UTC, Iain Buclaw wrote: Errata: David Nadlinger - the way it determines whether or not to emulate TLS is at the configure stage, where it tests if the assembler has support for it. If no, then TLS is emulated. So the correct answer would be: It's not

Re: DConf 2013 Day 2 Talk 1: GDC by Iain Buclaw

2013-05-24 Thread David Nadlinger
On Friday, 24 May 2013 at 22:45:35 UTC, David Nadlinger wrote: We (LDC) use the GNU as on MinGW as well, as the LLVM integrated assembler doesn't support emitting the Dwarf EH tables into COFF files yet. So, you should be good to go in theory, although the target config handling code you