自己書き換えコード
1. Self-modifying codeIn computer science, self-modifying code is code that alters its own instructions while it is executing - usually to reduce the instruction path length and improve performance or simply to reduce otherwise repetitively similar code, thus simplifying maintenance. Self modification is an alternative to the method of 'flag setting' and conditional program branching, used primarily to reduce the number of times a condition needs to be tested for.
Read “Self-modifying code” on English Wikipedia
Read “自己書き換えコード” on Japanese Wikipedia
Read “Self-modifying code” on DBpedia
Read “Self-modifying code” on English Wikipedia
Read “自己書き換えコード” on Japanese Wikipedia
Read “Self-modifying code” on DBpedia
Discussions
Log in to talk about this word.