partial evaluation
In French, 'évaluation partielle' refers to a technique used in computer science and programming where some parts of a computation are pre-evaluated given certain inputs. This process allows for optimization by reducing the amount of computation needed during runtime. The term is often used in the context of functional programming and compilers, where it helps improve program efficiency.