AtomVM icon indicating copy to clipboard operation
AtomVM copied to clipboard

Reduce VM size by supporting compilers from 3 last OTP releases

Open pguyot opened this issue 10 months ago • 1 comments

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 avatar Feb 09 '25 22:02 pguyot

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.