Michael Knyszek

Results 14 issues of Michael Knyszek

The below image basically summarizes it: ![image](https://user-images.githubusercontent.com/1248668/151605998-d26b3dda-3410-4c91-aada-c37bef5b906e.png) Running `releasebot -mode=prepare goX.YbetaN` resulted in some builders getting stuck like this. Nothing in the output appears to indicate a problem (except for...

Builders
NeedsInvestigation

``` #!watchflakes post

OS-OpenBSD
NeedsInvestigation

We should determine if this is worth fixing, if the benchmark is too noisy (or not really useful), or if there's a real bug here.

Performance
compiler/runtime

As the Go user base grows, more and more Go developers are seeking to understand the performance of their programs and reduce resource costs. However, they are locked into the...

NeedsInvestigation
compiler/runtime

Authors: @mknyszek @prattmic @aclements ## Purpose The purpose of this proposal is to help fill in an important gap in Go debugging by providing a foundation for Go heap analysis....

Proposal

Currently the `--compile-only` flag mostly prevents tests from running, but still runs all compiled test binaries. This means that our cross-compiling builders don't have an easy way to build test...

NeedsFix

When trying to run `rf` on the runtime package I got a bunch of failures. I dug down and noticed that `GoCompiledFiles` (a field that appears in the JSON output...

Added the meta-java layer and its dependencies (meta-openembedded/meta-oe) as submodules tagged at a specific commit. Added patches for libffi-3.1, glib-2.0, and OpenJDK to have HotSpot running with the Zero VM....

## Introduction With each Go release the set of metrics exported by the `runtime/metrics` grows in size. Not all metrics are applicable to all cases, and it can become difficult...

Proposal

## What is a weak pointer? Weak pointers (or weak references, as they are referred to in other languages) allow developers to reference memory without preventing the garbage collector from...

Proposal