sergiotaborda / lense-lang

The Lense Language Compiler
1 stars 0 forks source link

Do proper erasure point analysis instead of only boxing and unboxing #50

Closed sergiotaborda closed 3 years ago

sergiotaborda commented 5 years ago

Change the boxing phase for an erasure phase that correctly marks erasure points as boxing, un-boxing and simple conversion.

Use this feature for Boolean erasure to boolean and IntXX to the corresponding primitive. Algo it takes care of adding casting generic methods returns and indexed properties