Back to Browse

JIT Compilers - Part 3

142 views
Sep 22, 2020
7:10

This video describes a code optimization technique called value specialization. Value specialization is used in the context of JIT compilation. It consists in speculating that some values are constants, and then generating code that is specialized for these constants.

Download

0 formats

No download links available.

JIT Compilers - Part 3 | NatokHD