Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for less opcodes based on version of OTP compiler #1347

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

pguyot
Copy link
Collaborator

@pguyot pguyot commented Oct 20, 2024

Filter opcodes that are not supported by VM. Further filtering can be done by looking at coverage of OTP compiler tests to figure out which opcodes compilers no longer generate.

Also implement nif_start/0 (OTP25) and executable_line/2 (OTP27)

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

src/libAtomVM/opcodesswitch.h Fixed Show fixed Hide fixed
src/libAtomVM/opcodesswitch.h Fixed Show fixed Hide fixed
@pguyot pguyot force-pushed the w42/allow-for-less-opcodes branch 3 times, most recently from 5201538 to 81ef28f Compare October 20, 2024 15:11
Filter opcodes that are not supported by VM. Further filtering can be done
by looking at coverage of OTP compiler tests to figure out which opcodes
compilers no longer generate.

Also implement nif_start/0 (OTP25) and executable_line/2 (OTP27)

Signed-off-by: Paul Guyot <[email protected]>
@pguyot pguyot force-pushed the w42/allow-for-less-opcodes branch from 81ef28f to 60d9f4d Compare October 20, 2024 20:02
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.

1 participant