Austin Clements

Results 155 comments of Austin Clements

This proposal has been added to the [active column](https://go.dev/s/proposal-status#active) of the proposals project and will now be reviewed at the weekly proposal review meetings. — aclements for the proposal review...

> This will require some additional scheduler complexity (it'll need to know how to set/unset DIT and lock/unlock goroutines from an OS thread when switching between goroutines), but that seems...

Based on the discussion above, this proposal seems like a **[likely accept](https://go.dev/s/proposal-status#likely-accept)**. — aclements for the proposal review group The proposal is to make the "bubbles" created by [crypto/subtle.WithDataIndependentTiming](https://pkg.go.dev/crypto/subtle#WithDataIndependentTiming) and...

> This is the second time I've missed a bubble-related proposal and then put comments in during final call :) Sorry, I should have spread this proposal more widely. :(...

Thanks. I don't think we need to deprecate anything, but right now it's hard to get the big picture. It makes sense that all the dial functions make sense depending...

Nice work! Also cc @dr2chase , who looked into escape analysis for receivers in interface calls a few years back.

This only started happening recently, though I'm not sure if it was an updated version of PaperWM, Chrome, Gnome, or something else. This bug seems to be stateful to an...

Hi Chris! I agree labels would be good to add to "bounded" profiles. Unfortunately, most of the profile types are "monotonic", so we'd have to hold on to labels created...

> Does runtime keep track of the labels at the time of the object allocation already? An object can be freed by a different goroutine so the labels for the...

> Dropping the allocation record is not very ideal either if the allocated object turns out to be a long-lived, large object which users may be interested. That's true, though...