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.
我目前正在尝试通过使用堆分配的侧栈在 Windows 上的 C++ 中实现协程。但经过一番谷歌搜索后,我只发现这个实现依赖于<uContext.h>.
<uContext.h>
由于 POSIX 标准似乎不推荐使用 uContext.h,我怀疑 Windows 是否会支持。
有没有办法从 C 或 C++ 代码更改 Windows 上的堆栈指针?组装也很好(英特尔)。
谢谢,