Recommended practices for re-entrant code in C, C++

前端 未结 4 1733
半阙折子戏
半阙折子戏 2021-02-06 09:16

I was going through a re-entrancy guide on recommended practices when writing re-entrant code.

What other references and resources cover this topic?

What lint-li

4条回答
  •  半阙折子戏
    2021-02-06 09:19

    None really. Writting non-reentering code is usually more difficult than re-entring. Just follow those simple guidelines and don't try to do anything too waky and you'll be fine.

    Non-reentering code is usually written for high-performance issues.

提交回复
热议问题