I can drop by the Pike-lab in about an hour and show you. I can't seem to minimize the test-case, so it might be something else.
/ Marcus Agehall (Trådlös)
Previous text:
2003-03-20 12:50: Subject: for-loop optimization
I don't believe you.
$ cat bug_l9908261.pike int main(int argc, array(string) argv) { string foo="gazonk"; int i;
for(i=0;i<sizeof(foo);i++) { if (i%2) { foo = foo[1..]; } } werror("i:%O\n", i); } $ ./pike -mmaster.pike bug_l9908261.pike i:4
Please provide an example that actually triggers the alleged bug.
/ Henrik Grubbström (Lysator)