Skip to content

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

Closed
pguyot wants to merge 1 commit intoatomvm:mainfrom
pguyot:w42/allow-for-less-opcodes
Closed

Allow for less opcodes based on version of OTP compiler#1347
pguyot wants to merge 1 commit intoatomvm:mainfrom
pguyot:w42/allow-for-less-opcodes

Conversation

@pguyot
Copy link
Copy Markdown
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

@pguyot pguyot force-pushed the w42/allow-for-less-opcodes branch 4 times, most recently from 81ef28f to 60d9f4d Compare October 20, 2024 20:02
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 <pguyot@kallisys.net>
@pguyot pguyot force-pushed the w42/allow-for-less-opcodes branch from 60d9f4d to 4399786 Compare March 14, 2025 21:28
@pguyot
Copy link
Copy Markdown
Collaborator Author

pguyot commented Apr 11, 2026

Obsoleted by #2264

@pguyot pguyot closed this Apr 11, 2026
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