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

Reduce VM size by supporting compilers from 3 last OTP releases #1525

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

Conversation

pguyot
Copy link
Collaborator

@pguyot pguyot commented Feb 9, 2025

Update few CI tests to optimize VM for the tested OTP version Fix accordingly conditions for following opcodes:

  • OP_BS_MATCH_STRING is generated by at least OTP 21 to 27
  • OP_BS_TEST_UNIT is generated by at least OTP 21 to 25

This can be combined with #1347

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

Update few CI tests to optimize VM for the tested OTP version
Fix accordingly conditions for following opcodes:
- OP_BS_MATCH_STRING is generated by at least OTP 21 to 27
- OP_BS_TEST_UNIT is generated by at least OTP 21 to 25

Signed-off-by: Paul Guyot <[email protected]>
@pguyot pguyot force-pushed the w06/reduce-vm-size-with-otp-version-bounds branch from 9eea9ef to c426504 Compare February 18, 2025 20:11
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