TeamShadow / shadow

Reference compiler for the Shadow programming language.
http://shadow-language.org/
Apache License 2.0
12 stars 8 forks source link

Small improvements to GC and other things #65

Closed bwittman closed 7 years ago

bwittman commented 7 years ago

Better type parameter name mangling to prevent method collisions in unusual cases.

Removed extra increment for returns, making GC more accurate.

Removed extraneous decrement for variables that have never been assigned (previously decrementing a null variable for no reason, inefficiently).

Added GC to the wrapper objects created for primitive types.