Next: More Extensions, Previous: Better Optimization, Up: Projects
Making g77 easier to configure, port, build, and install, either as a single-system compiler or as a cross-compiler, would be very useful.
libg2c
) should improve portability as well as
produce more optimal code.
Further, g77 and the new library should
conspire to simplify naming of externals, such as by removing unnecessarily
added underscores, and to reduce/eliminate the possibility of naming
conflicts, while making debugger more straightforward.
Also, it should
make multi-language applications more feasible, such as by providing
Fortran intrinsics that get Fortran unit numbers given C FILE *
descriptors.
main()
.
This would do many useful things such as provide more flexibility in terms of setting up exception handling, not requiring programmers to start their debugging sessions with breakpoint MAIN__ followed by run, and so on.