Re: LuaJIT 2 ffi (casting / force hotpath)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LuaJIT 2 ffi (casting / force hotpath)
- From: Florian Weimer <fw@...>
- Date: 2011年1月22日 21:49:18 +0100
* Michal Kottman:
> I have a question I wanted to ask for a long time - are there any plans
> to support C++? Using a database of classes/methods/arguments, I could
> replace the whole 25Mb generated Qt bindings with a single library that
> generates bindings on-the-fly. This is just a dream, but I hope there is
> a faint chance of it becoming true :)
Wouldn't the humongous size of C++ header files causes problems with
application startup time?