Skip to content

JIT: add support for xtensa (esp32)#2317

Merged
bettio merged 8 commits into
atomvm:release-0.7from
pguyot:w12/jit-xtensa
May 29, 2026
Merged

JIT: add support for xtensa (esp32)#2317
bettio merged 8 commits into
atomvm:release-0.7from
pguyot:w12/jit-xtensa

Conversation

@pguyot
Copy link
Copy Markdown
Collaborator

@pguyot pguyot commented May 24, 2026

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 added 7 commits May 24, 2026 20:12
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
Add text-section-literals
mmap copies for alignment (like arm/aarch64)

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
Signed-off-by: Paul Guyot <pguyot@kallisys.net>
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

Copy link
Copy Markdown
Collaborator

@bettio bettio left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My idea was to approve it, but actually it fails in CI, I think that now tests are taking too longer after xtensa addition.

@pguyot
Copy link
Copy Markdown
Collaborator Author

pguyot commented May 28, 2026

My idea was to approve it, but actually it fails in CI, I think that now tests are taking too longer after xtensa addition.

We can bump timeouts or disable jit tests for other archs when jit is enabled. This reduces coverage a little bit (jit compiler itself is an interesting bit of code to jit compile) but it would benefit CI processing time overall.

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
@bettio bettio merged commit 36e2117 into atomvm:release-0.7 May 29, 2026
289 of 292 checks passed
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.

3 participants