Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LLVM2: Implement closure support for function values. If a function has captured variables, we need to create a captures array at compile-time, and we also need to pass that array into the function when it's called.
- Loading branch information