Re: DConf 2013 Day 2 Talk 5: A Precise Garbage Collector for D by Rainer Schütze

2013-07-01 Thread Rainer Schuetze
On 27.06.2013 19:33, bearophile wrote: Andrei Alexandrescu: http://www.reddit.com/r/programming/comments/1fpw2r/dconf_2013_day_2_talk_5_a_precise_garbage/ Another thing to keep in account while designing a more precise garbage collection is a possible special casing for Algebraic (and

Re: DConf 2013 Closing Keynote: Quo Vadis by Andrei Alexandrescu

2013-07-01 Thread Joseph Rushton Wakeling
On Sunday, 30 June 2013 at 19:45:06 UTC, Joakim wrote: OK, glad to hear that you wouldn't be against it. You'd be surprised how many who use permissive licenses still go nuts when you propose to do exactly what the license allows, ie close up parts of the source. Because people don't just

Re: DConf 2013 Day 2 Talk 5: A Precise Garbage Collector for D by Rainer Schütze

2013-07-01 Thread bearophile
Rainer Schuetze: In the proposed implementation, the gc_emplace function can be used to pass this information to the GC. This would need to be called whenever the location of pointers changes, so it's not high-performance. Thank you for the answer. Let me see if I understand what you are

Re: Announcing bottom-up-build - a build system for C/C++/D

2013-07-01 Thread Kagamin
Hooo, a self-contained build tool? That's cool. 1. Are arbitrary make-style commands supported? For example, on windows one may want to compile resources. Resources consist of a declaration .rc file, icons and manifest files, which are compiled into .res file, though only .rc file is passed to

Re: Bugfix release 0.9.16

2013-07-01 Thread Sönke Ludwig
Am 01.07.2013 11:43, schrieb MrSmith: Hello, is it possible to build package consisting of few subpackages using dub? Or i need to build all subpackages manually? You should be able to do that by adding all sub-packages as dependencies in the parent package and then building the parent package

Re: Bugfix release 0.9.16

2013-07-01 Thread MrSmith
I have tried to build test project consisting of 2 libraries. { name: project, description: An example project skeleton, homepage: http://example.org;, copyright: Copyright © 2000, Your Name, targetType: library, authors: [ Your Name

Re: DConf 2013 Closing Keynote: Quo Vadis by Andrei Alexandrescu

2013-07-01 Thread Walter Bright
On 7/1/2013 2:04 PM, Brad Roberts wrote: On 7/1/13 11:42 AM, Walter Bright wrote: On 7/1/2013 10:45 AM, Joakim wrote: Then they should choose a mixed license like the Mozilla Public License or CDDL, which keeps OSS files open while allowing linking with closed source files within the same