Lines Matching +full:high +full:- +full:performance
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
27 - indirect call which allows optimization with binary patch
28 Usually these operations correspond to low-level critical instructions. They
29 are called frequently and are performance critical. The overhead is
32 - a set of macros for hand written assembly code
35 them are very performance critical.