Cesium leaves a lot of useless conv.u
instructions everywhere
#515
Labels
area:compiler
Related to code compilation or type checking
kind:feature
New feature or request
status:help-wanted
Open for contributors
Take almost any code that works with arrays, for example,
CodeGenArrayTests.ArrayInitialization
, and you'll notice that Cesium leaves a uselessconv.u
instruction often. And none of those are actually needed, or at least I think they aren't.I believe that Cesium should get a better stack model, and to only emit conversion instructions such as
conv.i
orconv.u
when really required.The text was updated successfully, but these errors were encountered: