gfortran, g95, and dual-core



Can gfortran or g95 gain anything from dual- or multi-core processors in either speed of compilation or speed of execution? Does anything besides clock speeed matter much?
.



Relevant Pages

  • Re: huge array
    ... or do you know a CPU which can handle something like "FOR I = 1 TO ... The dot net JIT compilers *do* interpret pseudo code (or whatever ... parsing and execution are two separate steps. ... compilation happens in two phases ...
    (microsoft.public.vb.general.discussion)
  • Re: huge array
    ... or do you know a CPU which can handle something like "FOR I = 1 TO ... There is a huge difference between interpeted code and native code. ... parsing and execution are two separate steps. ... compilation happens in two phases ...
    (microsoft.public.vb.general.discussion)
  • Re: cxx performance
    ... > Yes, the real performance lies in execution, but when executing the TDD ... > grand total of much lost productivity over a day. ... I assume that you are being sarcastic about comparing ... > me - I was looking for ways to speed up the compilation in the current ...
    (comp.os.vms)
  • Re: huge array
    ... It alwasy has been run as native code. ... |> transformed from plain VB code or from any other language, ... parsing and execution are two separate steps. ... | stage of compilation - which is the generation of IL (a binary, ...
    (microsoft.public.vb.general.discussion)
  • Re: COBOLs Influence on C
    ... The target of a Cobol CALL can be in the same source or it can be external. ... learn of missing external names either at link or execution time. ... On Unix, you can check for missing externals by running "ldd -r ', both after ... compilation and before execution. ...
    (comp.lang.cobol)