Timothy Baldridge
Timothy Baldridge
It seems like there would be issue with direct-linking, AOT, namespace reloading etc, and `import-vars` can we get some documentation on these interactions? I've run in to quite a few...
**Is your feature request related to a problem? Please describe.** Right now the only way to implement a custom input for a `IAnsiConsole` is to re-implement all of `IAnsiConsole`. Instead...
There really isn't any reason to have IAtomicArray. On the JVM we have a bad situation since we don't have memory barriers, and so there is no way to force...
Through LLVM we can add support for debugging symbols. We should support this as well.
Should we produce large .jars that include the jcuda and LLVM binaries? Is this even possible?
Either make it an optional dependency, or move it into a separate directory.
We need some way to perform optimizations on the code produced by expressions. Perhaps we want to build a SSA system like LLVM, and hook into it with datalog to...
Right now the llvm shared library name is hardcoded to LLVM-3.3svn. The library should fall back to other options if this library does not exist.