mbeckem / tiro

A simple scripting language.
MIT License
7 stars 0 forks source link

Optimize binary size a bit #20

Open mbeckem opened 3 years ago

mbeckem commented 3 years ago

Possible opportunities for saving some code size:

Tools like Bloaty are useful when working on this.

mbeckem commented 2 years ago

Unicode tables are a bit smaller now. General categories are longer stored, we only have information about XID_Start (+ Continue) and Whitespace. Tables are still not compressed in any way.