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
This is an experimental package to compile Julia code to standalone libraries. A system image is not needed.
7
10
@@ -45,7 +48,7 @@ marked with `@test_skip`)
45
48
46
49
This package uses the [GPUCompiler package](https://github.com/JuliaGPU/GPUCompiler.jl) to generate code.
47
50
48
-
## Limitations
51
+
## Limitations
49
52
50
53
* GC-tracked allocations and global variables do work with `compile`, but the way they are implemented is brittle and can be dangerous. Allocate with care.
51
54
* GC-tracked allocations and global variables do *not* work with `compile_executable` (yet).
0 commit comments