Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!samsung!emory!gatech!udel!princeton!cs!cs.Princeton.EDU!appel From: appel@cs.Princeton.EDU (Andrew Appel) Newsgroups: comp.sys.mips Subject: cacheflush Message-ID: <5159@rossignol.Princeton.EDU> Date: 7 Dec 90 19:54:44 GMT References: <1990Dec6.183520.15558@mips2.cr.bull.com> Sender: news@cs.Princeton.EDU Distribution: na Organization: Dept. of Computer Science, Princeton University Lines: 5 If a process (like an interactive programming language environment, or a compiled-code circuit simulator, etc.) wants to generate machine code, put it in the data space, and then execute it, it's necessary to flush the I-cache (for the appropriate address region) using "cacheflush" for proper execution.