Lines Matching full:by
42 1. There is a dedicated register called accumulator, which is addressed implicitly by some
85 and foreign (declared elsewhere). Local entities can be accessed directly by the offset
99 Our aim is to address these issues by having a single file for application code. This, however,
105 `zstd-19` algorithm. According to our research, it decreases file size by 21% and
106 operating by 9% faster than `gzip`.
126 are reimplemented by the platform.
132 1. Interpreters are by nature slower than native code execution. Slowdown can be explained by:
146 1. According to our experiments, a stackless interpreter for a stack-based bytecode (which is by
148 bytecode (which is by nature faster).
163 1. Virtual stack should abstract limitations possibly imposed by the host stack.
170 1. The size of a virtual register is not hardcoded by design. Currently it is always 128 bits,
173 1. By default virtual stack is not mapped to a host stack, instead it is allocated on heap using
175 hardcoded by design, it can be reconfigured for platforms where performance may benefit from
211 cases are covered by automatically generated chunks.