[llvm-dev] multi-entry function (debug info)
Krzysztof Parzyszek via llvm-dev
llvm-dev at lists.llvm.org
Tue Oct 23 09:31:07 PDT 2018
On 10/23/2018 11:21 AM, via llvm-dev wrote:
> Interesting. So the FORTRAN subprogram would have an implicit parameter
> and effectively have a computed GOTO at the beginning to dispatch to the
> correct ENTRY?
At least in Fortran 77, each ENTRY has its own name, so there is no
"dynamic dispatch". They are really more like separate functions with a
common tail.
-Krzysztof
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
More information about the llvm-dev
mailing list