NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
Making your JITted Code known: Let me count the ways (wakelift.de)
kgeist 7 minutes ago [-]
I had it the other way around when writing a JIT compiler for my toy language: it worked on Windows, but crashed on Linux. The compiler was written in C++ and used C++ exceptions. On Windows (MinGW), I enabled the LJSJ backend (longjmp/setjmp), which happily skipped JIT-generates frames, but on Linux, it immediately crashed after encountering the first JIT-generated frame. I didn't find a way to quickly fix it and abandoned the project.
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 02:24:32 GMT+0000 (Coordinated Universal Time) with Vercel.