LLVM:低级虚拟机

“Low Level Virtual Machine”通常缩写为LLVM,这种简化写法便于日常书写与技术交流,广泛应用于编译技术、程序分析和开发工具等综合性领域。它是一个开源的编译器基础设施项目,中文常译为“低级虚拟机”,旨在提供灵活且高效的代码优化与跨平台编译支持。

Low Level Virtual Machine具体释义

  • 英文缩写:LLVM
  • 英语全称:Low Level Virtual Machine
  • 中文意思:低级虚拟机
  • 中文拼音:dī jí xū nǐ jī
  • 相关领域llvm 未分类的

Low Level Virtual Machine的英文发音

例句

  1. Based on multi-stage optimization and multi-language support of low level virtual machine, developing a well designed join-point model can implement a runtime multi-language AOP system architecture on some degree.
  2. 利用低级虚拟机(LLVM)的多阶段优化和多语言支持特性,通过设计一种良好的连接点模型,可以在一定语言范围内实现运行时多语言的AOP系统。
  3. This system is base on a compiler architecture named Low Level Virtual Machine(LLVM) that including a muti-languages supporting IR and could optimize the program during the whole lift time of the software.
  4. 这个系统的实现是基于一个包含支持多语言的中间实现并能在整个程序执行期内对程序进行优化的编译器体系结构&低级虚拟机(LLVM)(LowLevelVirtualMachine)。
  5. By extending the low level virtual machine to map the high-level semanteme to IR-level, we can implement dynamic weaving.
  6. 通过扩展低级虚拟机(LLVM),把高级语言级的各种语义信息映射到中间实现级别,以一种比较通用的方式实现在运行时动态织入代码。