go-jit
go-jit copied to clipboard
JIT compile library for Go
Hello, I when I try to build, I get this error ```# github.com/goccy/go-jit/internal/ccall jit-insn.c: In function ‘initialize_setjmp_block’: jit-insn.c:7222:59: error: ‘sigsetjmp’ undeclared (first use in this function); did you mean ‘sigset_t’?...
``` /projects/go-test ❯ go run . # github.com/goccy/go-jit/internal/ccall jit-dump.c: In function ‘jit_dump_value’: jit-dump.c:151:29: note: the ABI of passing union with ‘long double’ has changed in GCC 4.4 151 | const_value...
hi, I use this repo and run its demo code in my M1 Mac book pro. It seems it can not build up. The error is below: `# github.com/goccy/go-jit/internal/ccall jit-apply.c:357:3:...
It seems like this project is licensed as MIT, but it contains LGPL code from libjit. Those two licenses are not compatible to be used as source files in the...