|
You are here |
bernsteinbear.com | ||
| | | | |
wingolog.org
|
|
| | | | | wingolog: article: two paths, one peak: a view from below on high-performance language implementations | |
| | | | |
blog.lohr.dev
|
|
| | | | | A review by a Rust enthusiast | |
| | | | |
cfallin.org
|
|
| | | | | [AI summary] The article discusses the development of an Ahead-of-Time (AOT) compiler for JavaScript, leveraging precompiled inline-cache (IC) stubs. By moving runtime type binding to indirect calls, the compiler can generate static code, enabling full AOT compilation. This approach achieves significant performance improvements, with a 2.77x geometric mean speedup on various benchmarks. The article also explores further optimizations through profile-guided inlining, and compares this method with other AOT approaches like Hopc's type inference. The potential for future enhancements and the use of compiler backends derived from interpreters are also highlighted. | |
| | | | |
blog.slaks.net
|
|
| | | [AI summary] The provided text is a collection of various C# and .NET-related topics, including optional parameters, connection strings, HTML encoding, value semantics, and more. It covers topics like the Razor engine, ASP.NET Web Pages, MVC, and best practices for working with DataTables and LINQ. The content includes code examples, explanations of concepts, and discussions on common issues and solutions in .NET development. | ||