JIT: add support for xtensa (esp32)#2317
Conversation
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>
|
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:
For more information about GitHub Code Scanning, check out the documentation. |
bettio
left a comment
There was a problem hiding this comment.
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>
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