modula3 / cm3

Critical Mass Modula-3
http://modula3.github.io/cm3/
Other
140 stars 25 forks source link

m3core: Do not inline functions that use alloca. #978

Closed jaykrell closed 2 years ago

jaykrell commented 2 years ago

Alloca makes me a bit nervous. Might compiler inline such functions, into loops?