Implement a narrowing optimization to reduce width of computations, where profitable.
See for instance #32089.
Likely would rely on part-word (or maybe even bitwise) liveness. Could be done locally (per tree) or globally.
category:cq
theme:optimization
skill-level:expert
cost:large
Implement a narrowing optimization to reduce width of computations, where profitable.
See for instance #32089.
Likely would rely on part-word (or maybe even bitwise) liveness. Could be done locally (per tree) or globally.
category:cq
theme:optimization
skill-level:expert
cost:large