You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got straight bindings working with ghc-7.10 but am a bit concerned about performance - my attempt does a lot of allocaBytes and copyByteArray in case the ByteArray are moved by GC around the foreign calls. So maybe CMM wrappers would still be beneficial to avoid this extra work, perhaps along the lines of http://lpaste.net/7271992395112120320
All (or most?) of the GC-related shenanigans shouldn't be necessary anymore.
The text was updated successfully, but these errors were encountered: