https://github.com/facebookincubator/cinder


파이썬 마개조해서 jit도 된다는건데

이거 빌드해보려니까 잘안되노


>> python
/usr/bin/ld: libpython3.8_static.a(virtmem.o): in function `asmjit::VirtMem_openAnonymousMemory(int*, bool) [clone .part.0]':
/cinder/ThirdParty/asmjit/src/asmjit/core/virtmem.cpp:330: undefined reference to `shm_open'
/usr/bin/ld: /cinder/ThirdParty/asmjit/src/asmjit/core/virtmem.cpp:332: undefined reference to `shm_unlink'
collect2: error: ld returned 1 exit status


configure 아웃풋에 -lrt 붙어있는데 왜이런지 몰겠네

해결하기까진 귀찮아져서 걍 방치함