intermediate_representation

Wednesday, January 10, 2024, 8:17:42 AM Coordinated Universal Time by stefs

a form of program representation usually optimized for being turned into a different form of program representation (i.e. assembly, machine_code or another IR).

examples:

link: https://en.wikipedia.org/wiki/Intermediate_representation

source


Wednesday, January 10, 2024, 8:17:37 AM Coordinated Universal Time by stefs

a form of program representation usually optimized for being turned into a different form of program representation (i.e. assembly, machine_code or other IR).

examples:

link: https://en.wikipedia.org/wiki/Intermediate_representation

source


Wednesday, January 10, 2024, 8:15:39 AM Coordinated Universal Time by stefs

a form of program representation usually optimized for being machine readable (contrary to source_code, which should be human readable).

examples:

link: https://en.wikipedia.org/wiki/Intermediate_representation

source


Wednesday, January 10, 2024, 8:15:20 AM Coordinated Universal Time by stefs

a form of program representation usually optimized for being machine readable (contrary to source_code, which should be human readable).

examples:

link: https://en.wikipedia.org/wiki/Intermediate_representation

source


view