Merge: Fix FFI global compilation on duplicated callbacks across modules
authorJean Privat <jean@pryen.org>
Sun, 9 Nov 2014 14:21:10 +0000 (09:21 -0500)
committerJean Privat <jean@pryen.org>
Sun, 9 Nov 2014 14:21:10 +0000 (09:21 -0500)
commit49afd6209f54bae1d49c2f0fc8c07e470d2e90fa
tree31cd73c779c7948b257ffa45d882e5a50e55f477
parent1d0794ec86e3098f852dd9b3aea61eb5b6050861
parenta73059a350184556c1afef52d47749ebe2731a0e
Merge: Fix FFI global compilation on duplicated callbacks across modules

Replaces #739.

Fixes the C++ FFI bug and also the underlying C FFI bug. Still compiles the implementation of callbacks only once, but generates the redirections and aliases for each modules.

Pull-Request: #888
Reviewed-by: Jean Privat <jean@pryen.org>