|
You are here |
calebfenton.github.io | ||
| | | | |
www.jmeiners.com
|
|
| | | | | [AI summary] The provided text outlines the development of an LC-3 virtual machine (VM) in C, including the implementation of various instructions, memory operations, and input/output handling. It also discusses an advanced C++ approach using templates and bitwise flags to reduce code duplication and improve efficiency. The text covers topics like instruction decoding, memory addressing, flag handling, and platform-specific input buffering. Additionally, it references contributions from the community and mentions GitHub tags for organizing implementations in different languages. | |
| | | | |
www.moddable.com
|
|
| | | | | Presentation to TC39, the JavaScript language committee, to introduce XS, the JavaScript engine by Moddable Tech. Background on the XS engine and technical details on techniques used to minimize memory and code size, while maintaining near full conformance. | |
| | | | |
hhvm.com
|
|
| | | | | HHVM's JIT compiler allows it to execute PHP faster than Zend PHP in most cases, unmodified. However, we've gotten some interest from the community in HipHop... | |
| | | | |
wimvanderbauwhede.codeberg.page
|
|
| | | This is a follow-on of my article on algebraic data types, with list-based parser combinators as a practical application. | ||