Re: [Ecls-list] How to wrap C++ classes using ECLs foreign function interface?

2013-06-10 Thread Juan Jose Garcia-Ripoll
On Mon, Jun 10, 2013 at 7:57 PM, Dietrich Bollmann wrote: > So concerning the simple C++ example I gave before in this thread, which > FFI version do you advice me to use? Which one is easier to use for > wrapping a whole C++ API? > ECL's with embedded C++ code. > Which one would result in the

Re: [Ecls-list] How to wrap C++ classes using ECLs foreign function interface?

2013-06-10 Thread Dietrich Bollmann
Hi Juanjo. Sorry for my misunderstanding! So concerning the simple C++ example I gave before in this thread, which FFI version do you advice me to use? ECL's own interface, CFFI, UFFI? Which one is easier to use for wrapping a whole C++ API? Which one would result in the faster code? Blender 3

Re: [Ecls-list] Temporarily disabling the GC

2013-06-10 Thread Juan Jose Garcia-Ripoll
On Mon, Jun 10, 2013 at 4:39 AM, Matthew Mondor wrote: > > I believe that boehm-gc permits to temporarily disable the GC for > critical sections? > > By a quick look, it seems that ECL does not export such facility right > now, but would it be nonsense to eventually allow this for use by rare > bu

[Ecls-list] Temporarily disabling the GC

2013-06-10 Thread Matthew Mondor
Hello, I believe that boehm-gc permits to temporarily disable the GC for critical sections? By a quick look, it seems that ECL does not export such facility right now, but would it be nonsense to eventually allow this for use by rare but specific code sections which should ideally execute as pred