Hi.
I'm writing an interpreting language which needs to compile code on the fly. In OS 9, I use MakeDataExecutable() to flush the processor caches etc. Now under OS X this function is still available in Carbon, but because I only need simple text input/output, I would like to rewrite my app to work in the terminal, which would save a lot of overhead. How can I use MakeDataExecutable() in a terminal app or how can I get the same functionality?
Thanks for any reply.