dplassgit / d2lang

D2 is a strongly-typed, statically-typed, (mostly) inferred-type compiled language.
MIT License
6 stars 0 forks source link

TempPropagationOptimizer will cause a failure when the param index is > 4 #244

Closed dplassgit closed 10 months ago

dplassgit commented 1 year ago

Because they are not register-based; they're stack-based, and they'll have the same issue as other stack (or memory) based variables.

dplassgit commented 10 months ago

Not sure what this is about. Possibly issue #242