网站首页  英汉词典

请输入您要查询的英文单词:

 

单词 Bytecode interpreter
释义

Bytecode interpreter

中文百科

解释器 Interpreter (computing)

(重定向自Bytecode interpreter)

解释器英语:interpreter),是一种电脑程序,能够把高端编程语言一行一行直接转译运行。解释器不会一次把整个程序转译出来,只像一位「中间人」,每次运行程序时都要先转成另一种语言再作运行,因此解释器的程序运行速度比较缓慢。它每转译一行程序叙述就立刻运行,然后再转译下一行,再运行,如此不停地进行下去。

解释器的好处是它消除了编译整个程序的负担,程序可以拆分成多个部分来模块化,但也会让运行时的效率打了折扣。相对地,编译器并不运行程序或原代码,而是一次将其翻译成另一种语言,如机械码,以供多次运行而无需再经编译。其制成品无需依赖编译器而运行,程序运行速度比较快。

英语百科

Interpreter (computing) 直译器

(重定向自Bytecode interpreter)
An illustration of the linking process. Object files and static libraries are assembled into a new library or executable

In computer science, an interpreter is a computer program that directly executes, i.e. performs, instructions written in a programming or scripting language, without previously compiling them into a machine language program. An interpreter generally uses one of the following strategies for program execution:

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/22 13:09:18