Replies: 2 comments 7 replies
-
You are correct, I left it in there for future a future fix but I personally had never needed to add it since I just used another solution to pin to the GC. I had forgotten I left it in. |
Beta Was this translation helpful? Give feedback.
7 replies
-
I believe I have solved the problem without a cpp dll! Please check to make sure it works... Its hard to tell from my end and it was a little odd to do. I released this fix in version 2.5.0. I removed the wrong functions from JuliaCalls |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As we can see from julia.h, the
JL_GC_PUSH
series likeJL_GC_PUSH1
is just a macro in C. Consequently, there is no export in libjulia.dll. I am wondering how the code below works.https://github.com/HyperSphereStudio/JULIA.Net/blob/4d1fbe4360cae909840641bb1f7e0b5537908acb/src/csharp/JuliaCalls.cs#L150-L151
Beta Was this translation helpful? Give feedback.
All reactions