Re: Is this thing on? Cross-compiling for ARM

2019-01-02 Thread Erik Winkels
Hi Daniel, First of all, sorry for the horrible formatting of my initial e-mail. I'm using a proper mail program now. Secondly, thanks for the reply and apologies for the late reply: the year turnaround got in the way. "Daniel Kochmański" wrote on Sunday, 2018-12-30 20:56: > > Alright, so the

Re: Is this thing on? Cross-compiling for ARM

2019-01-02 Thread Daniel Kochmański
> First of all, sorry for the horrible formatting of my initial e- > mail. I'm using a proper mail program now. > > Secondly, thanks for the reply and apologies for the late reply: the > year turnaround got in the way. No worries, I figured that much :-). > > "Daniel Kochmański" wrote on Sund

Manually trigger the garbage collector

2019-01-02 Thread Gunter Königsmann
Dear all, Is there any way to manually trigger ECL's garbage collector if I know that I have just created many temporary objects that I don't need any more?. Thanks a lot, and kind regards,    Gunter.

Re: Manually trigger the garbage collector

2019-01-02 Thread Marius Gerbershagen
Yes, simply call (si::gc). Am 02.01.19 um 16:20 schrieb Gunter Königsmann: > Dear all, > > Is there any way to manually trigger ECL's garbage collector if I know > that I have just created many temporary objects that I don't need any more?. > > Thanks a lot, > > and kind regards, > >    Gunter

Re: Manually trigger the garbage collector

2019-01-02 Thread Daniel Kochmański
> Yes, simply call (si::gc). or even better, please call official interface (ext:gc) because si package is for internals and has no guarantees whatsoever. Regards, Daniel

Re: Manually trigger the garbage collector

2019-01-02 Thread Gunter Königsmann
Thanks a lot! And kind regards, Gunter. Am 2. Januar 2019 17:01:37 MEZ schrieb "Daniel Kochmański" : >> Yes, simply call (si::gc). > >or even better, please call official interface (ext:gc) because si >package is for internals and has no guarantees whatsoever. > >Regards, >Daniel -- Diese