Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handelling system call functions #9

Open
amsharifian opened this issue Apr 7, 2020 · 0 comments
Open

Handelling system call functions #9

amsharifian opened this issue Apr 7, 2020 · 0 comments

Comments

@amsharifian
Copy link
Member

At this moment, we don't support having function calls such as print in the accelerator function. At the translation phase, we skip these functions, but the problem happens if for instance there is a load instruction in which the output is used by the print function and since we have skip the print function we end up with a load instruction with no consumer.

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

No branches or pull requests

1 participant