eclipse-archived / ceylon

The Ceylon compiler, language module, and command line tools
http://ceylon-lang.org
Apache License 2.0
399 stars 62 forks source link

Generate more compact JS code #2763

Open CeylonMigrationBot opened 10 years ago

CeylonMigrationBot commented 10 years ago

[@chochos] The language module is 1.4 MB, we need to make it more compact. Even when passing it through a minifier it's 1 MB.

[Migrated from ceylon/ceylon-js#332]

CeylonMigrationBot commented 10 years ago

[@chochos] So far this removes 150KB from the language module.

CeylonMigrationBot commented 10 years ago

[@chochos] This last test reduced the language module by almost 75K.

CeylonMigrationBot commented 10 years ago

[@chochos] Language module file is now ~1.2MB and after passing through a minifier it's ~965KB.

CeylonMigrationBot commented 10 years ago

[@chochos] Removing milestone since this will be an ongoing task.