From: Jean Privat Date: Thu, 10 Mar 2016 04:55:19 +0000 (-0500) Subject: Merge: Interpreter FFI: custom compile_dir, use /tmp/ by default, and delete after... X-Git-Url: http://nitlanguage.org Merge: Interpreter FFI: custom compile_dir, use /tmp/ by default, and delete after execution Generate native files in the `/tmp/` directory and delete them after execution. The directory can be customized using `--compile-dir`. This should fix #1974 and #1975. To support some other OS, we will need to use something other than `getpid` and `/tmp/`. We could also improve upon this by reusing the generated libraries between executions. Pull-Request: #1976 Reviewed-by: Jean Privat --- ca65f11c52d18ef60b9c16b6376f9b59ee4fa6ab