Search results

  1. S

    65k array limit on G4 ?

    I'm on a G4 powerbook. The following c code crashes with every gcc option I try. If the array size is dropped to 65100 the program runs fine. Any advice? main() { double x[65200]; printf("starting fit\n"); }
Back
Top