1 Repo
Mechanisms for retrieving object properties using fixed memory offsets instead of runtime lookups.
Distinct from Offset-Based Addressing: Distinct from Offset-Based Addressing: focuses on object field access in a VM rather than binary blob navigation.
Explore 1 awesome GitHub repository matching data & databases · Field Offset Accessors. Refine with filters or upvote what's useful.
Wren is an embeddable, class-based scripting language and bytecode interpreter. It provides a dependency-free virtual machine designed for integrating dynamic script execution into host applications via a C API. The language is centered on a modern object-oriented model featuring inheritance, method overloading, and first-class functions. It utilizes a concurrent fiber runtime to manage lightweight, cooperatively scheduled execution paths without relying on operating system threads. The project includes a comprehensive suite of object-oriented primitives, closure-based state capture, and a m
Implements fixed-offset field access to eliminate expensive hash table lookups for object properties.