sigmundch
sigmundch
> Can you elaborate? If a compiler removes the deferred import and the D.loadLibrary() (as nothing from deferred library is used) how would the application prefetch code? It must be...
> The g3 code pattern I found does not make sense - as deferred imports without usage are NOPs and can be optimized away. Could you share this so I...
A yes! This issue is dear to my heart :) Today we approximate the deferred import associated with a reference in dart2js, but we rely on assumptions about the CFE...
I like your approach of ignoring stderr if there is a valid output in stdout. Do we have a guarantee that the output will be empty if any issue arises?...