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
Next revision
Previous revision
tanszek:oktatas:iss_t:evolution_of_software_integration_methods [2024/02/19 08:16] – [Native development method] kneheztanszek:oktatas:iss_t:evolution_of_software_integration_methods [2025/02/17 10:11] (current) – [Development on a software "Virtual Machine"] knehez
Line 1: Line 1:
-==== Six standard software integration methods ==== +==== Six Standard Software Integration Methods ==== 
  
 {{tanszek:oktatas:integration_evolution.png?600x0|}} {{tanszek:oktatas:integration_evolution.png?600x0|}}
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.1708330582.txt.gz · Last modified: 2024/02/19 08:16 by knehez