Improvements to the performance of compiled programs
This release includes a bunch of changes contributed by bd_ to handle most of the common cases where U# was doing redundant copies on assignment. This improves the performance of some test programs we've tested on by 10-25%. Of course this number will vary based on your use case. In many circumstances these changes also reduce garbage allocations.
- #18: bd_'s optimizations to copies
Minor bug fixes: