JIT: add missing memory_ensure_free in jit_bitstring_extract_float#2338
JIT: add missing memory_ensure_free in jit_bitstring_extract_float#2338pguyot wants to merge 1 commit into
Conversation
Following OP_BS_GET_FLOAT2 in opcodesswitch, reserve space for the boxed float before allocating it. Also fix OP_BS_GET_FLOAT2 to use live and `memory_ensure_free_with_roots`. Signed-off-by: Paul Guyot <pguyot@kallisys.net>
|
AMP: PR Review —
|
Following OP_BS_GET_FLOAT2 in opcodesswitch, reserve space for the boxed float before allocating it. Also fix OP_BS_GET_FLOAT2 to use live and
memory_ensure_free_with_roots.These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later