Re: DIP1001: Exception Handling Extensions

2016-07-15 Thread Superstar64 via Digitalmars-d-announce
On Sunday, 10 July 2016 at 19:55:37 UTC, Superstar64 wrote: link: https://github.com/dlang/DIPs/pull/9 file: https://github.com/Superstar64/DIPs/blob/exception_extensions/DIPs/DIP1001.md I decided to close the PR. The my proposal had too many problems with it.

Re: Article: "Profile-Guided Optimization with LDC"

2016-07-15 Thread Dechcaudron via Digitalmars-d-announce
On Friday, 15 July 2016 at 08:11:31 UTC, Johan Engelen wrote: Profile-Guided Optimization (PGO) This is dope. I'm learning a shitload about general programming and optimization techniques since I joined the D community a couple months ago. Great article :)

Re: new cpuid is ready for comments

2016-07-15 Thread Zoadian via Digitalmars-d-announce
On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote: Please report your CPU (GitHub/Gist): my results for Intel Core i7-6700K CPU @ 4.00GHz rev.2 (the one with sgx) https://gist.github.com/Zoadian/f53d818e714a849ba7f34bbec2f3339a awesome!

Re: new cpuid is ready for comments

2016-07-15 Thread Kai Nacke via Digitalmars-d-announce
Output cpuid for Intel(R) Core(TM) i5-3320M CPU @ 2.6 GHz: https://gist.github.com/redstar/a1c9c85f17f2c24834050b5b0b734d3d

Re: new cpuid is ready for comments

2016-07-15 Thread Kai Nacke via Digitalmars-d-announce
On Tuesday, 12 July 2016 at 15:24:29 UTC, Guillaume Chatelet wrote: On Tuesday, 12 July 2016 at 13:23:46 UTC, Ilya Yaroshenko wrote: On Tuesday, 12 July 2016 at 12:46:26 UTC, Guillaume Chatelet wrote: On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote: Hello :-) `cpuid` package

Re: Battle-plan for CTFE

2016-07-15 Thread Stefan Koch via Digitalmars-d-announce
On Thursday, 14 July 2016 at 00:45:53 UTC, Stefan Koch wrote: On Saturday, 9 July 2016 at 20:09:14 UTC, Stefan Koch wrote: I decided to keep a gist updated to represent the current state the new engine can handle. https://gist.github.com/UplinkCoder/89faa06311e417aa93ea99bc92934d3e This is

Re: LDC 1.1.0-alpha1 has been released!

2016-07-15 Thread Kai Nacke via Digitalmars-d-announce
On Friday, 15 July 2016 at 17:34:15 UTC, Ilya Yaroshenko wrote: On Friday, 15 July 2016 at 15:56:08 UTC, Kai Nacke wrote: On Friday, 15 July 2016 at 15:11:30 UTC, Ilya Yaroshenko wrote: On Friday, 15 July 2016 at 06:25:47 UTC, Kai Nacke wrote: Hi everyone, LDC 1.1.0-alpha1, the LLVM-based D

Re: LDC 1.1.0-alpha1 has been released!

2016-07-15 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Friday, 15 July 2016 at 15:56:08 UTC, Kai Nacke wrote: On Friday, 15 July 2016 at 15:11:30 UTC, Ilya Yaroshenko wrote: On Friday, 15 July 2016 at 06:25:47 UTC, Kai Nacke wrote: Hi everyone, LDC 1.1.0-alpha1, the LLVM-based D compiler, is available for download! This ALPHA release is based

Re: new cpuid is ready for comments

2016-07-15 Thread H. S. Teoh via Digitalmars-d-announce
On Mon, Jul 11, 2016 at 04:30:44PM +, Ilya Yaroshenko via Digitalmars-d-announce wrote: [...] > Please report your CPU (GitHub/Gist): > > ``` > dub fetch cpuid > dub test cpuid > ``` > ... AMD was not tested at all and I hope to see your reports. [...] AMD Phenom(tm) II X6 1055T Processor

Re: new cpuid is ready for comments

2016-07-15 Thread Claude via Digitalmars-d-announce
On Friday, 15 July 2016 at 15:05:53 UTC, Ilya Yaroshenko wrote: On Friday, 15 July 2016 at 12:10:22 UTC, Claude wrote: [...] Yes! Finally we need the final code for LDC, it support ARM assembler. http://wiki.dlang.org/LDC_inline_assembly_expressions [...] No, I have not. Thank you for

Re: LDC 1.1.0-alpha1 has been released!

2016-07-15 Thread Kai Nacke via Digitalmars-d-announce
On Friday, 15 July 2016 at 15:11:30 UTC, Ilya Yaroshenko wrote: On Friday, 15 July 2016 at 06:25:47 UTC, Kai Nacke wrote: Hi everyone, LDC 1.1.0-alpha1, the LLVM-based D compiler, is available for download! This ALPHA release is based on the 2.071.1 frontend and standard library and supports

Re: Berlin D Meetup July 2016

2016-07-15 Thread bob belcher via Digitalmars-d-announce
On Monday, 11 July 2016 at 10:05:15 UTC, Ben Palmer wrote: Hi All, The July Berlin D Meetup will be happening at 20:00 on Friday the 15th of July at Berlin Co-Op (http://co-up.de/) on the fifth floor. This time we will be doing a hackathon with DUB. Mathias Lang will be present to give a

Re: LDC 1.1.0-alpha1 has been released!

2016-07-15 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Friday, 15 July 2016 at 06:25:47 UTC, Kai Nacke wrote: Hi everyone, LDC 1.1.0-alpha1, the LLVM-based D compiler, is available for download! This ALPHA release is based on the 2.071.1 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 &

Re: new cpuid is ready for comments

2016-07-15 Thread Ilya Yaroshenko via Digitalmars-d-announce
On Friday, 15 July 2016 at 12:10:22 UTC, Claude wrote: On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote: [...] What exactly do you need for ARM architecture? I have an ARM target and I have tried to run a library[1] to get some CPU info. I hacked in the source files to just

Re: new cpuid is ready for comments

2016-07-15 Thread jmh530 via Digitalmars-d-announce
On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote: Please report your CPU (GitHub/Gist): Intel(R) Core(TM) i7 CPU 950 @ 3.07GHz https://gist.github.com/jmh530/2f1694711085176e007461ae8218a759 Intel(R) Core(TM) i3-4130T CPU @ 2.90GHz

Re: new cpuid is ready for comments

2016-07-15 Thread Claude via Digitalmars-d-announce
On Monday, 11 July 2016 at 16:30:44 UTC, Ilya Yaroshenko wrote: ARM contributors are wanted! What exactly do you need for ARM architecture? I have an ARM target and I have tried to run a library[1] to get some CPU info. I hacked in the source files to just build and link the CPU info code.

Re: new cpuid is ready for comments

2016-07-15 Thread burjui via Digitalmars-d-announce
AMD FX 8350 test https://gist.github.com/burjui/a661499a2daa93302395d136b6c99152 cpuinfo https://gist.github.com/burjui/8c10924284c1c1f9cce33bcd2b71d863

Re: Article: "Profile-Guided Optimization with LDC"

2016-07-15 Thread Mike Parker via Digitalmars-d-announce
On Friday, 15 July 2016 at 08:11:31 UTC, Johan Engelen wrote: Because you can all download binaries for LDC 1.1.0-alpha1 now, it is time to release the article on how to use profile-guided optimization with the new LDC release. Please test and report back to us! :)

Re: new cpuid is ready for comments

2016-07-15 Thread Claude via Digitalmars-d-announce
Intel Core i5: https://gist.github.com/claudemr/aa99d03360dccc65d7967651011dc8ca

Article: "Profile-Guided Optimization with LDC"

2016-07-15 Thread Johan Engelen via Digitalmars-d-announce
Because you can all download binaries for LDC 1.1.0-alpha1 now, it is time to release the article on how to use profile-guided optimization with the new LDC release. Please test and report back to us! :) https://johanengelen.github.io/ldc/2016/07/15/Profile-Guided-Optimization-with-LDC.html

LDC 1.1.0-alpha1 has been released!

2016-07-15 Thread Kai Nacke via Digitalmars-d-announce
Hi everyone, LDC 1.1.0-alpha1, the LLVM-based D compiler, is available for download! This ALPHA release is based on the 2.071.1 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf), now bundled with DUB. :-) As