[[Tree_profiling]] optimizations
- Mod
- Divide
- Indirect functions.
Value based transformations can be combined with profile based inlining for function specialization and partial inlining: cloning, specializing, and inlining functions invoked with specific parameter values, e.g., allocating memory from a special pool for common sizes instead of calling malloc().