User Tools

Site Tools


tanszek:oktatas:iss_t:evolution_of_software_integration_methods

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tanszek:oktatas:iss_t:evolution_of_software_integration_methods [2025/02/17 06:51] kneheztanszek:oktatas:iss_t:evolution_of_software_integration_methods [2025/02/17 10:11] (current) – [Development on a software "Virtual Machine"] knehez
Line 67: Line 67:
   * LLVM: this is not the classic VM, but it compiles the source into an llvm byte code, which then turns into native code. "LLVM is designed around a language-independent intermediate representation that serves as a portable, high-level assembly language that can be optimized with a variety of transformations over multiple passes.   * LLVM: this is not the classic VM, but it compiles the source into an llvm byte code, which then turns into native code. "LLVM is designed around a language-independent intermediate representation that serves as a portable, high-level assembly language that can be optimized with a variety of transformations over multiple passes.
  
-**Just in Time (JIT) translation**+**Just in Time (JIT) compilation**
   * The virtual machine can continuously optimize the application code, the byte code conversion is dynamic.   * The virtual machine can continuously optimize the application code, the byte code conversion is dynamic.
  
tanszek/oktatas/iss_t/evolution_of_software_integration_methods.1739775119.txt.gz · Last modified: 2025/02/17 06:51 by knehez