Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当然,有必要拥有某种堆栈 - 但我想要做的是拥有一个(用户态)线程,我可以在其中完全(或尽可能接近完成)控制内存分配。最好的方法是什么?我认为,我可以避免使用自动变量并将堆用于所有内容:但是有更好的方法吗?
在Protothreads上循环,可能是您正在寻找的东西。
出于兴趣,你想做什么?嵌入式平台?