The ShionKeys project has quietly raised money on indiegogo

2018-01-14 Thread ShionKeys via Digitalmars-d-announce
ShionKeys: I want to change the world World: You will be alone ... ... https://igg.me/at/ShionKeys/x/17399884 https://vimeo.com/250953988

TSV Utilities release with LTO and PGO enabled

2018-01-14 Thread Jon Degenhardt via Digitalmars-d-announce
I just released a new version of eBay's TSV Utilities. The cool thing about the release is not about changes in toolkit, but that it was possible to build everything using LDC's support for Link Time Optimization (LTO) and Profile Guided Optimization (PGO). This includes running the optimizatio

Re: Article: Fuzzing D code with LDC

2018-01-14 Thread Walter Bright via Digitalmars-d-announce
On 1/13/2018 3:59 PM, Johan Engelen wrote: It's been a work-in-progress for half a year, but finished now: It's now on Reddit and Hackernews: https://www.reddit.com/r/programming/comments/7qbpa3/fuzzing_d_code_with_ldc/ https://news.ycombinator.com/item?id=16144860 (Don't click on the s

Re: Article: Fuzzing D code with LDC

2018-01-14 Thread Johan Engelen via Digitalmars-d-announce
On Saturday, 13 January 2018 at 23:59:52 UTC, Johan Engelen wrote: It's been a work-in-progress for half a year, but finished now: http://johanengelen.github.io/ldc/2018/01/14/Fuzzing-with-LDC.html "A not-so-well-written article about the fuzzing capability recently added to LDC Argh, and ju

Re: Article: Fuzzing D code with LDC

2018-01-14 Thread Johan Engelen via Digitalmars-d-announce
On Sunday, 14 January 2018 at 17:33:45 UTC, Joakim wrote: Nice post, enjoyed reading it. I need to look into trying out the shift sanitizer sometime. Definitely would be *great* to have `-fsanitize=undefined` ! - Johan

Re: Article: Fuzzing D code with LDC

2018-01-14 Thread Joakim via Digitalmars-d-announce
On Saturday, 13 January 2018 at 23:59:52 UTC, Johan Engelen wrote: It's been a work-in-progress for half a year, but finished now: http://johanengelen.github.io/ldc/2018/01/14/Fuzzing-with-LDC.html "A not-so-well-written article about the fuzzing capability recently added to LDC, using LLVM’s

Re: Another take on decimal data types

2018-01-14 Thread kdevel via Digitalmars-d-announce
On Sunday, 14 January 2018 at 12:35:43 UTC, rumbu wrote: On Sunday, 14 January 2018 at 11:44:39 UTC, kdevel wrote: On Sunday, 14 January 2018 at 07:20:26 UTC, rumbu wrote: On Saturday, 13 January 2018 at 22:51:18 UTC, kdevel wrote: [...] Can you please tell me on your system what are the val

Re: Another take on decimal data types

2018-01-14 Thread rumbu via Digitalmars-d-announce
On Sunday, 14 January 2018 at 11:44:39 UTC, kdevel wrote: On Sunday, 14 January 2018 at 07:20:26 UTC, rumbu wrote: On Saturday, 13 January 2018 at 22:51:18 UTC, kdevel wrote: [...] Can you please tell me on your system what are the values for real.sizeof and real.mant_dig? They are 12 and

Re: Another take on decimal data types

2018-01-14 Thread kdevel via Digitalmars-d-announce
On Sunday, 14 January 2018 at 07:20:26 UTC, rumbu wrote: On Saturday, 13 January 2018 at 22:51:18 UTC, kdevel wrote: [...] Can you please tell me on your system what are the values for real.sizeof and real.mant_dig? They are 12 and 64 (-m32) and 16 and 64 (-m64). [...] [...] For

Re: run.dlang.io can now display ASM + AST + IR

2018-01-14 Thread Vladimir Panteleev via Digitalmars-d-announce
On Sunday, 14 January 2018 at 04:18:41 UTC, Seb wrote: It was bad weather in Munich on Saturday, so run.dlang.io got a couple of new cool features: Very cool, thanks!