assemblyscript-temporal icon indicating copy to clipboard operation
assemblyscript-temporal copied to clipboard

Use @inline to replace @lazy where possible

Open SebastianSpeitel opened this issue 4 years ago • 1 comments

SebastianSpeitel avatar May 06 '21 17:05 SebastianSpeitel

Since this now tests an optimized build, even neither inlining nor marking as @lazy will fail now, since binaryan omits unused variables during optimization.

And not optimizing won't result in an empty output because i32.MAX_VALUE will be emitted.

SebastianSpeitel avatar May 06 '21 17:05 SebastianSpeitel