FastExpressionCompiler
FastExpressionCompiler copied to clipboard
Reuse the local variables where possible
trafficstars
- Reuse the temporary locals
- Reuse the closure bound locals
Related: https://github.com/dadhi/DryIoc/issues/211
The test for issue #261 (Test_serialization_of_the_Dictionary) has the example of System compiler reusing the variable locations for the Variables defined in the different Blocks.