Multiple choice technology

Which stage differentiates the normal compile and the force compile?

  1. Funnel

  2. Merge

  3. Transformer

  4. Encode

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The Transformer stage compiles derivations into C code. Normal compile checks timestamps and recompiles only if changed, while force compile recompiles regardless. Other stages like Funnel, Merge, and Encode don't involve C code compilation.