From c931978df51cf3d71b7e67e90629beaf470bb0c9 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Fri, 11 Sep 2015 17:45:53 -0500 Subject: FORTRAN isn't so emphatic these days --- FutureFeatures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FutureFeatures.md b/FutureFeatures.md index 0feaf50..232ff62 100644 --- a/FutureFeatures.md +++ b/FutureFeatures.md @@ -388,6 +388,6 @@ it may be useful to have a fully mutable global variable which lives outside linear memory. This would allow more aggressive compiler optimizations (due to better alias information). If globals are additionally allowed array types, significant portions of memory could be moved out of linear memory which could -reduce fragmentation issues. Langauges like FORTRAN which limit aliasing would be +reduce fragmentation issues. Languages like Fortran which limit aliasing would be one use case. C/C++ compilers could also determine that some global variables never have their address taken. -- cgit v1.2.3