FastExpressionCompiler icon indicating copy to clipboard operation
FastExpressionCompiler copied to clipboard

Reuse the local variables where possible

Open dadhi opened this issue 5 years ago • 1 comments
trafficstars

  • Reuse the temporary locals
  • Reuse the closure bound locals

Related: https://github.com/dadhi/DryIoc/issues/211

dadhi avatar Jan 17 '20 10:01 dadhi

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.

dadhi avatar Oct 19 '20 07:10 dadhi