Document number: WG14 N867 (J11/99-002) Title: Restrict and array parameters Author: Bill Homer Date: 10-Jan-99 URL: http://reality.sgi.com/homer_craypark/c9x/n867.txt http://reality.sgi.com/homer_craypark/c9x/n867.html 1 ---------- Summary ------------------------------------------------ 2 3 This document addresses an optimization issue, from PC-UK0118, for 4 array arguments to functions. 5 6 ---------- Description of the issue ------------------------------- 7 8 Consider a function of the form: 9 10 void f(int n, double *a, const double *b) 11 { 12 int i; 13 ... 14 for(i=0; i