Re: static linking

2015-07-25 Thread Martin Nowak via Digitalmars-d-learn
On Saturday, 25 July 2015 at 18:02:48 UTC, Laeeth Isharc wrote: I am trying to compile a D binary to run on AWS lambda. If I cannot link statically, which files should I include in the zip upload - libphobos2.so, libdruntime-linux64so.o ? I think dicebot who maitains the arch linux package

GC stats

2015-07-25 Thread via Digitalmars-d-learn
Hello! I was wondering if anyone has suggestions on the easiest way to time how long GC collections take? I haven't seen anything in the docs. What I want is a clean non-intrusive way to log when a collection happened, how long my threads were stopped, how much total memory and how many

Re: GC stats

2015-07-25 Thread Martin Nowak via Digitalmars-d-learn
On Saturday, 25 July 2015 at 17:34:26 UTC, Márcio Martins wrote: What I want is a clean non-intrusive way to log when a collection happened, how long my threads were stopped, how much total memory and how many blocks were recovered. i.e. how much garbage was created in between collections. Are

Re: Looking for MQTT client library

2015-07-25 Thread TC via Digitalmars-d-learn
On Thursday, 7 May 2015 at 20:28:27 UTC, Orfeo wrote: On Thursday, 23 April 2015 at 14:40:01 UTC, Frank Pagliughi wrote: I got the OK to submit the D library to Eclipse Paho. So, hopefully within the next few weeks there will be a Paho incubator project for the D language client. Hi Frank,

static linking

2015-07-25 Thread Laeeth Isharc via Digitalmars-d-learn
Hi. Is static linking with dmd still broken on linux? If so, can I link statically with gdc or ldc, and if so how? https://issues.dlang.org/show_bug.cgi?id=12268 I am trying to compile a D binary to run on AWS lambda. If I cannot link statically, which files should I include in the zip

Re: What D really needs :D

2015-07-25 Thread Daniel Kozak via Digitalmars-d-learn
On Saturday, 25 July 2015 at 18:30:16 UTC, Daniel Kozak wrote: https://github.com/avinassh/rockstar?utm_content=buffer64b3cutm_medium=socialutm_source=twitter.comutm_campaign=buffer Wrong forum, someone put learn on top. http://forum.dlang.org/post/ooybhdoonxoxkzdsz...@forum.dlang.org

What D really needs :D

2015-07-25 Thread Daniel Kozak via Digitalmars-d-learn
https://github.com/avinassh/rockstar?utm_content=buffer64b3cutm_medium=socialutm_source=twitter.comutm_campaign=buffer

Re: static linking

2015-07-25 Thread Daniel Kozak via Digitalmars-d-learn
On Sat, 25 Jul 2015 18:02:46 + Laeeth Isharc via Digitalmars-d-learn digitalmars-d-learn@puremagic.com wrote: Hi. Is static linking with dmd still broken on linux? If so, can I link statically with gdc or ldc, and if so how? https://issues.dlang.org/show_bug.cgi?id=12268 I am

Re: static linking

2015-07-25 Thread Laeeth Isharc via Digitalmars-d-learn
On Saturday, 25 July 2015 at 18:37:18 UTC, Daniel Kozak wrote: On Sat, 25 Jul 2015 18:02:46 + Laeeth Isharc via Digitalmars-d-learn digitalmars-d-learn@puremagic.com wrote: Hi. Is static linking with dmd still broken on linux? If so, can I link statically with gdc or ldc, and if so

Re: static linking

2015-07-25 Thread Laeeth Isharc via Digitalmars-d-learn
On Sunday, 26 July 2015 at 01:05:46 UTC, Laeeth Isharc wrote: On Saturday, 25 July 2015 at 18:37:18 UTC, Daniel Kozak wrote: On Sat, 25 Jul 2015 18:02:46 + Laeeth Isharc via Digitalmars-d-learn digitalmars-d-learn@puremagic.com wrote: Hi. Is static linking with dmd still broken on