You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program is a simple copy+sum loop. It works fine using the interpreter, but fails in the compiled version (the output array is empty). So the issue might be related to the memory interaction.
I'm unsure how to debug this further. Is the compiled engine generally considered stable?
The text was updated successfully, but these errors were encountered:
Compiled engine is much less stable than the interpreted. I think it lacks some features for little endian machines still. The code for the both engines is under src/applibs/Simulator.
The attached files will produce an error message in
ttasim-tandem
:The program is a simple copy+sum loop. It works fine using the interpreter, but fails in the compiled version (the output array is empty). So the issue might be related to the memory interaction.
I'm unsure how to debug this further. Is the compiled engine generally considered stable?
The text was updated successfully, but these errors were encountered: