プログラム・スタッキング技法
スポンサーリンク
概要
- 論文の詳細を見る
A technique named 'program stacking' is introduced and its applications are described. The techique pushis programs into parallel stacks, transfers control to them, and pops them up when completed their execution. The concept of program stacking extends 'execute instruction' to a program. Programs are protected and executed in parallel stacks. Therefore, this technique enable seven a program with program modification to be reentrant of recursive.
- 一般社団法人情報処理学会の論文
- 1977-03-15
著者
関連論文
- 80-03 並行プログラミングについて
- 80-02 高信頼性トランザクション用多重計算機 (Tandem-16)
- 77-46 セマフォ操作の拡張
- 77-33 関数適用型言語におけるファイルの取扱い
- 77-22 ADL(A Definitional Language)における並列プログラムの概念
- プログラム・スタッキング技法