Michael Knyszek
Michael Knyszek
The below image basically summarizes it:  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...
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.
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...
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....
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...
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...
## 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...