[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] twoface: a Lua 5.1 style ABI on top of lua52.dll
- From: Paul K <paulclinger@...>
- Date: Sun, 21 Jul 2013 10:10:05 -0700
Hi Jay, Peter,
> With a flat namespace, you need some heuristics to determine which variant of
> the API a consumer is expecting, and you also need some deep linker
> hackery to have different consumes receive different variants
> depending on the result of this heuristic.
> As usual, see http://www.akkadia.org/drepper/dsohowto.pdf for perhaps far more detail than you wanted
Thank you both for details on namespaces and dynamic symbols. I have a
lot to digest, but it seems to be possible to do what I had in mind...
Paul.