Implementing Subprograms.ppt


文档分类:资格/认证考试 | 页数:约24页 举报非法文档有奖
1/24
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/24
文档列表 文档介绍
ImplementingSubprogramsInText:essingnonlocals(staticscoping)essingnonlocalswithdynamicscopingChapter9:ImplementingSubprogramsImplementingSubprogramsThesubprogramcallandreturnoperationsofalanguagearetogethercalleditssubprogramlinkageFirst,let’slookatimplementingFORTRAN77subprogramsChapter9:ImplementingSubprogramsImplementingFORTRAN77SubprogsCallSemantics:SavetheexecutionstatusofthecallerCarryouttheparameter-passingprocessPassthereturnaddressTransfercontroltothecalleeReturnSemantics:Ifpass-by-value-resultisused,movecurrentvaluesofparameterstotheircorrespondingactualsIfitisafunction,movereturnvaluetoaplacethecallercangetitRestoretheexecutionstatusofthecallerTransfercontrolbacktothecallerRequiredStorage:Statusinformationofthecaller,parameters,returnaddress,andfunctionalvalue(ifitisafunction)Chapter9:ImplementingSubprogramsFORTRANActivationInfocanallocateallmemorystaticallymain... f(...)...procf(...)... g(...)...procg()... g(...)--!!!monMainfg}}Chapter9:ImplementingSubprogramsActivationRecordsTheformat,orlayout,ofthenoncodepartofanexecutingsubprogramiscalledanactivationrecord(AR)Anactivationrecordinstance(ARI)isaconcreteexampleofanactivationrecord(thecollectionofdataforaparticularsubprogramactivation)FORTRAN77subprogramscanhavenomorethanoneactivationrecordinstanceatanygiventimeThecodeofalloftheprogramunitsofaFORTRAN77programmayresidetogetherinmemory,withthedataforallunitsstoredtogetherelsewhereThealternativeistostorealllocalsubprogramdatawiththesubprogramcodeChapter9:ImplementingSubprogramsImplementingSubprogramsinALGOL-plicatedthanFORTRAN77:ParametersareoftenpassedbytwomethodsLocalvariablesareoftendynamicallyallocatedRecursionmustbesupportedStaticscopingmustbesupportedChapter9:ImplementingSubprogramsActivationRecordStructureAtypicalactivationrecordforanALGOL-likelanguage:LocalvariablesParametersDynamiclinkStaticlinkstacktopReturnaddressChapter9:ImplementingSubprogramsActivationRecordDetailsTheactivationrecordformatisstatic,butitssizemaybedynamicThestaticlinkpoint

Implementing Subprograms 来自淘豆网www.taodocs.com转载请标明出处.

相关文档 更多>>
非法内容举报中心
文档信息
  • 页数24
  • 收藏数0 收藏
  • 顶次数0
  • 上传人陈潇睡不醒
  • 文件大小86 KB
  • 时间2020-06-01