Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Then you can use the techniques in the thread I linked.

But without guarding mutability behind some way to indicate interrupts are disabled, or an outright lock, and without guaranteeing no data races (Sync), it's not actually safe.

And the compiler can't make `static mut` safe to use as any of those requirements could be broken and then it's not safe at all anymore.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: