Performance Analysis of Several Commonly - Used Interpreters
Wu Zuo
Abstract
Wu Zuo
Abstract
Interpreted languages have become increasingly popular due to the demand for ease of use, portability and safety. This paper examines the interpreter performance and the causes from both hardware and software perspectives. Our analysis shows that an interpreter's performance is related to the complexity of the interpreter's virtual machine and runtime libraries, and is relatively independent of the application being interpreted.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
Interpreted languages have become increasingly popular due to the demand for ease of use, portability and safety. This paper examines the interpreter performance and the causes from both hardware and software perspectives. Our analysis shows that an interpreter's performance is related to the complexity of the interpreter's virtual machine and runtime libraries, and is relatively independent of the application being interpreted.
Key concepts: Interpreter, Computer science, Software portability, Usability, Programming language, Virtual machine, Software engineering, Software