mohamed-karaoui

Results 5 comments of mohamed-karaoui

I generally put a syscall directly into the application code. More recently, I changed this to use the environnement variables to migrate at the initialisation of the application, just as...

Yes, very probably. But we would like to avoid modifying the applications(?)

AFAIK: Until known, one of the selling point of popcorn was that it "Bridges the Programmability Gap in Heterogeneous-ISA Platforms". Meaning that unmodified applications can run on heterogeneous platform. If...

This patch should fix the issue (at least temporarly): ``` diff --git a/tool/alignment/pyalign/Linker.py b/tool/alignment/pyalign/Linker.py index 710d6d3..64494b9 100644 --- a/tool/alignment/pyalign/Linker.py +++ b/tool/alignment/pyalign/Linker.py @@ -90,6 +90,14 @@ class Linker: for symbolName in...

Not sure. I will run the test again on the last master branch, just in case.