Stream: helpdesk (published)

Topic: ✔ Base.getproperty, type stability, and constant propagation


view this post on Zulip Notification Bot (Jun 28 2022 at 05:09):

Mark Kittisopikul has marked this topic as resolved.

view this post on Zulip Mark Kittisopikul (Jun 28 2022 at 05:10):

I learned something here. I still want to explore the bounds of how this works, but I think I understand more than when I did several hours ago.

view this post on Zulip Sukera (Jun 28 2022 at 19:01):

"don't benchmark in global scope" really should be "don't inspect compiler optimizations in global scope" :thinking: if it requires constant prop, you need a compiled context to propagate in, which only happens in functions


Last updated: Oct 02 2023 at 04:34 UTC