Skip to content

Fix a bug with jit_raise when calling stacktrace_create_raw#2099

Merged
bettio merged 1 commit intoatomvm:mainfrom
pguyot:w07/fix-jit-stacktrace-parameter
Feb 17, 2026
Merged

Fix a bug with jit_raise when calling stacktrace_create_raw#2099
bettio merged 1 commit intoatomvm:mainfrom
pguyot:w07/fix-jit-stacktrace-parameter

Conversation

@pguyot
Copy link
Collaborator

@pguyot pguyot commented Feb 14, 2026

The JIT implementation of OP_RAISE through jit_raise didn't match the non-JIT implementation. Add a test that goes through this path.

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

The JIT implementation of `OP_RAISE` through `jit_raise` didn't match
the non-JIT implementation. Add a test that goes through this path.

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
@bettio bettio merged commit 480c606 into atomvm:main Feb 17, 2026
190 of 192 checks passed
@pguyot pguyot deleted the w07/fix-jit-stacktrace-parameter branch February 17, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants