Paul Krill
Editor at Large

Microsoft’s Mono .Net runtime brings back interpreter

news
Nov 14, 20172 mins

Mixed-mode code execution is on the drawing board

astract code [Thinkstock]
Credit: Thinkstock

Mono, Microsoft’s open source, cross-platform runtime for .Net-based development, has regained its .Net interpreter, about a decade after it was removed to keep Mono’s development effort manageable.

Mono’s developers are now turning their attention to using the interpreter in mixed-mode code execution, which combines interpreted code and statically compiled code.

What mixed-mode exdcution will bring to Mono

When mixed-mode execution becomes available, developers will benefit from having core libraries optimized with the LLVM compiler platform but still have flexibility of running some dynamic code, said Miguel de Icaza, a longtime leader of the Mono project.

This mixed-mode capability also will allow for scriptable applications on devices using .Net languages. The interpreter itself provides a lighter mechanism for running some code; certain programs can run faster by being interpreted than by using just-in-time (JIT) compiler execution.

Other ambitions for the interpreter include improvements for statically compiled Mono, so scripting languages built on .Net can work on statically compiled environments such as IronRuby. Another mixed-mode possibility is instructing the interpreter to execute code not known to be performance-sensitive, such as static constructors or initialization code, or switching from interpreted mode to JIT compilation if a threshold is exceeded.

Where to download Mono

You can download Mono from the Mono project website.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author