Skip to content

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

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

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

@pguyot pguyot force-pushed the w06/reduce-vm-size-with-otp-version-bounds branch from 9eea9ef to c426504 Compare February 18, 2025 20:11
@pguyot pguyot force-pushed the w06/reduce-vm-size-with-otp-version-bounds branch from c426504 to 82d3597 Compare March 14, 2025 21:20
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 82d3597 to 1cc8bf5 Compare May 9, 2025 04:12
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

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