On the complexity of implementation of recursion on factorial and Fibonacci algorithms using RISC-based MIPS64 instruction set architecture

RISC-based MIPS64 Instruction Set Architecture (ISA) provides only a small and simplified set of instructions for program development. It is the task of the programmer to handle high-level constructs such as recursion. Recursion, on the other hand, involves other constructs such as subroutine, param...

Full description

Saved in:
Bibliographic Details
Main Authors: Uy, Roger Luis, Marcos, Nelson
Format: text
Published: Animo Repository 2016
Subjects:
Online Access:https://animorepository.dlsu.edu.ph/faculty_research/1563
https://animorepository.dlsu.edu.ph/context/faculty_research/article/2562/type/native/viewcontent
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: De La Salle University
Description
Summary:RISC-based MIPS64 Instruction Set Architecture (ISA) provides only a small and simplified set of instructions for program development. It is the task of the programmer to handle high-level constructs such as recursion. Recursion, on the other hand, involves other constructs such as subroutine, parameter passing and basic stack operations. This paper presents the intricacies on how recursion is implemented using RISC-based MIPS64 ISA. Factorial and Fibonacci algorithms are used as test cases in implementing recursion. Empirical results of time and space complexities of both algorithms are provided as well. © 2015 IEEE.