hchsiao

Results 3 issues of hchsiao

While studying the source code, I came across this line: https://github.com/bazelbuild/bazel-skylib/blob/872e9b06e18ae8ba2897cb65b9aaa172aa6279f3/gazelle/bzl/gazelle.go#L114 Later on, `imports` will be appended by as many as `len(srcs)` elements: https://github.com/bazelbuild/bazel-skylib/blob/872e9b06e18ae8ba2897cb65b9aaa172aa6279f3/gazelle/bzl/gazelle.go#L116-L126 At the end, `len(imports)` and `cap(imports)`...

It was mentioned in PR #2172 that we may turn gem5 into several shared objects (e.g., o3cpu.so, arm_isa.so, etc.) plus a small core executable to make gem5 more modularized. My...

misc

Context: #709 (later became a [discussion](https://github.com/orgs/gem5/discussions/917)) Because the issue was closed, I outlined my plan to approach this in the discussion. I acknowledge that not everyone perceives Bazel's merit the...

misc