@MirrorsUsed?
bzar opened this issue · 2 comments
bzar commented
The library is currently very heavy to use for dart2js projects because of missing mirror annotations here and in the smoke dependency. For a simple prototype I got ~3MiB minified JS with over 60MiB memory consumption on page load.
psunkari commented
Thanks for the report.
MirrorsUsed was being used for interpolation of Objects. We will work around using it.
bzar commented
charted 0.0.3 results on the same application: 158KiB minified JS, 10.6MiB memory consumption. Much better :)