Re: LDC with Profile-Guided Optimization (PGO)

2016-01-05 Thread welkam via Digitalmars-d
On Tuesday, 22 December 2015 at 14:49:51 UTC, Johan Engelen wrote: Would it help if binaries are available? Or is general interest low? -Johan Reducing steps will always help. I am interested, but not to the point of figuring out how to compile newest LDC myself.

Re: LDC with Profile-Guided Optimization (PGO)

2016-01-05 Thread Johan Engelen via Digitalmars-d
On Tuesday, 22 December 2015 at 17:36:30 UTC, Mattcoder wrote: On Tuesday, 22 December 2015 at 14:49:51 UTC, Johan Engelen wrote: On Tuesday, 15 December 2015 at 23:05:38 UTC, Johan Engelen Would it help if binaries are available? Definitely! Sorry for false hope :(. I wouldn't even know whe

Re: LDC with Profile-Guided Optimization (PGO)

2015-12-31 Thread Etienne Cimon via Digitalmars-d
On Tuesday, 22 December 2015 at 14:49:51 UTC, Johan Engelen wrote: On Tuesday, 15 December 2015 at 23:05:38 UTC, Johan Engelen wrote: Hi all, I have been working on adding profile-guided optimization (PGO) to LDC [1][2][3]. At this point, I'd like to hear your input and hope you can help wit

Re: LDC with Profile-Guided Optimization (PGO)

2015-12-22 Thread Mattcoder via Digitalmars-d
On Tuesday, 22 December 2015 at 17:09:21 UTC, CraigDillabaugh wrote: Maybe many folks reading your post don't know what PGO is? https://en.m.wikipedia.org/wiki/Profile-guided_optimization Matt.

Re: LDC with Profile-Guided Optimization (PGO)

2015-12-22 Thread Mattcoder via Digitalmars-d
On Tuesday, 22 December 2015 at 14:49:51 UTC, Johan Engelen wrote: On Tuesday, 15 December 2015 at 23:05:38 UTC, Johan Engelen Would it help if binaries are available? Definitely! Matt.

Re: LDC with Profile-Guided Optimization (PGO)

2015-12-22 Thread CraigDillabaugh via Digitalmars-d
On Tuesday, 22 December 2015 at 14:49:51 UTC, Johan Engelen wrote: On Tuesday, 15 December 2015 at 23:05:38 UTC, Johan Engelen wrote: Hi all, I have been working on adding profile-guided optimization (PGO) to LDC [1][2][3]. At this point, I'd like to hear your input and hope you can help wit

Re: LDC with Profile-Guided Optimization (PGO)

2015-12-22 Thread Johan Engelen via Digitalmars-d
On Tuesday, 15 December 2015 at 23:05:38 UTC, Johan Engelen wrote: Hi all, I have been working on adding profile-guided optimization (PGO) to LDC [1][2][3]. At this point, I'd like to hear your input and hope you can help with testing! Unfortunately, to try it out, you will need to build LD

LDC with Profile-Guided Optimization (PGO)

2015-12-15 Thread Johan Engelen via Digitalmars-d
Hi all, I have been working on adding profile-guided optimization (PGO) to LDC [1][2][3]. At this point, I'd like to hear your input and hope you can help with testing! Unfortunately, to try it out, you will need to build LDC with LLVM3.7 yourself. PGO should work on OS X, Linux, and Window