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.