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
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
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
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