Re: ALLOCATABLE arrays
From: Richard Edgar (rge21_at_astro.su.se)
Date: 01/05/04
- Next message: Richard Edgar: "Re: Will we ever see a F95 Portland Group compiler?"
- Previous message: Paul van Delst: "Re: Will we ever see a F95 Portland Group compiler?"
- In reply to: Tony Jay: "Re: ALLOCATABLE arrays"
- Next in thread: Richard Maine: "Re: ALLOCATABLE arrays"
- Reply: Richard Maine: "Re: ALLOCATABLE arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 05 Jan 2004 15:57:50 +0100
Tony Jay wrote:
> This technique can cause problems if you have insufficient stack size
> (especially if ou add in a second array at a later date)
Granted, but why do automatic arrays _have_ to go on the stack? Why
can't a compiler just do an ALLOCATE/DEALLOCATE behind the scenes, if
the array is (or could) be big enough to require it?
Richard
- Next message: Richard Edgar: "Re: Will we ever see a F95 Portland Group compiler?"
- Previous message: Paul van Delst: "Re: Will we ever see a F95 Portland Group compiler?"
- In reply to: Tony Jay: "Re: ALLOCATABLE arrays"
- Next in thread: Richard Maine: "Re: ALLOCATABLE arrays"
- Reply: Richard Maine: "Re: ALLOCATABLE arrays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|