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

Simulated register allocator can cause crashes when compiling for ARM(potentially other platforms) #139

Open
paul-mchugh opened this issue Dec 28, 2020 · 1 comment

Comments

@paul-mchugh
Copy link
Member

paul-mchugh commented Dec 28, 2020

The simulated register allocator has issues (at least when compiling for ARM). It may cause compile time crashes. Under some circumstances the virtual register map can end up corrupted and (in some cases) cause a crash. I don't know if this issue also affects x86. Register allocation simulation can be disabled by setting SIMULATE_REGISTER_ALLOCATION to NO in the sched.ini file

@paul-mchugh
Copy link
Member Author

I am not sure this issue is that important b/c I am ot sure that anyone even uses the simulated register allocation.

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