Next: , Previous: , Up: ICR optimize   [Contents]


8.3 Forward ICR optimizations

In the forward pass, we scan the code in forward depth-first order. We examine each call to a known function, and:

We use type info from the function continuation to find result types for functions that don’t have a derive-type method.


Next: Backward ICR optimizations, Previous: Flow graph simplification, Up: ICR optimize   [Contents]