-
416 files in `lumen/otp` fail to compile because of `Source spans cannot start and end in different files`.
Affects the following files in OTP:
* `erts/preloaded/src/atomics.erl`
* `erts/preloa…
-
Consider the following app code
with `MainActivity.java`
```java
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {…
-
### What happened?
```
iree.compiler.tools.binaries.CompilerToolError: Error invoking IREE compiler tool iree-compile.exe
Error code: 3
Diagnostics:
LLVM ERROR: Cannot select: intrinsic %llvm.amd…
-
We want to know where all the time is going.
Initially, knowing how much time is spent in the simulator vs. how much time is spent in callback handlers would be a very useful indicator. This should …
-
During the OLCF crusher hackathon I had tried to build/run ImpactX for profiling.
I tried a CPU-only version first to then go ahead and use AMD-provided tools on Crusher for profiling of the host si…
-
When I execute ```dbslower postgres``` I get the following:
```
/virtual/main.c:13:19: error: redefinition of '_bpf_readarg_probe_start_1'
static inline int _bpf_readarg_probe_start_1(struct pt_r…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR12521](https://bugs.llvm.org/show_bug.cgi?id=12521) |
| Status | NEW |
| Importance | P enhancemen…
-
Hello, I had just found that there is a loop call in the output callgraph webpage.
Afterwards, I checked the code and found that it did not exist.
The analyzed package is openbadges-issuer@0.4.0.…
-
I'm attempting to use gperftools to profile the heap usage of a large proprietary project and am having a little trouble understanding the output showing a callgraph in pdf form.
Namely I don't und…
-
### Code
Compile it with `--release` please.
```Rust
fn main() {
let s = [[[[Option::::None; 10]; 10]; 10]; 10];
println!("{:?}", s);
}
```
### Meta
`rustc --version -…