Interpreter/Runtime
- Added support for reading the compiler's intermediate representation from disk, as well as round-tripping that IR (#1996). The compiler will now take advantage of cached IR where available to drastically reduce start-up time, and will write these caches if they do not exist or are invalid.
Known Issues
- This is a beta release, so please see the issue tracker for issues opened before the release date.