Lines Matching +full:very +full:- +full:high
1 .. SPDX-License-Identifier: GPL-2.0
13 including native machine -- without any hypervisors.
16 corresponding to low-level critical instructions and high-level
18 time by enabling binary patching of the low-level critical operations
23 - simple indirect call
24 These operations correspond to high-level functionality where it is
25 known that the overhead of indirect call isn't very important.
27 - indirect call which allows optimization with binary patch
28 Usually these operations correspond to low-level critical instructions. They
30 very important.
32 - a set of macros for hand written assembly code
35 them are very performance critical.