副作用 (プログラム) (Japanese Wikipedia)

Analysis of information sources in references of the Wikipedia article "副作用 (プログラム)" in Japanese language version.

refsWebsite
Global rank Japanese rank
low place
9,443rd place
9,792nd place
678th place
low place
low place
207th place
1,812th place

cqpub.co.jp

toragi.cqpub.co.jp

psu.edu

citeseerx.ist.psu.edu

  • Spuler, David A.; Sajeev, A. S. M. (January 1994). "Compiler Detection of Function Call Side Effects" (Document). James Cook University. CiteSeerx10.1.1.70.2096. The term Side effect refers to the modification of the nonlocal environment. Generally this happens when a function (or a procedure) modifies a global variable or arguments passed by reference parameters. But here are other ways in which the nonlocal environment can be modified. We consider the following causes of side effects through a function call: 1. Performing I/O. 2. Modifying global variables. 3. Modifying local permanent variables (like static variables in C). 4. Modifying an argument passed by reference. 5. Modifying a local variable, either automatic or static, of a function higher up in the function call sequence (usually via a pointer).

tsukuba.ac.jp

cs.tsukuba.ac.jp

wikipedia.org

en.wikipedia.org

  • Spuler, David A.; Sajeev, A. S. M. (January 1994). "Compiler Detection of Function Call Side Effects" (Document). James Cook University. CiteSeerx10.1.1.70.2096. The term Side effect refers to the modification of the nonlocal environment. Generally this happens when a function (or a procedure) modifies a global variable or arguments passed by reference parameters. But here are other ways in which the nonlocal environment can be modified. We consider the following causes of side effects through a function call: 1. Performing I/O. 2. Modifying global variables. 3. Modifying local permanent variables (like static variables in C). 4. Modifying an argument passed by reference. 5. Modifying a local variable, either automatic or static, of a function higher up in the function call sequence (usually via a pointer).