-
Preprocessed source(s) and associated run script(s) are located at: [infobar_manager-59ac8a.zip](https://github.com/llvm/llvm-project/files/12445317/infobar_manager-59ac8a.zip)
Stack trace:
```
c…
-
I'm currently implementing deadcode elimination.
Does the compiler toolchain run one stage (e.g. deadcode) until there is no change?
So, can it be assumed that the stage will be called more than o…
-
Hi.
Currently, the [28th line](https://github.com/kaist-cp/kecc-public/blob/599fb7ca35a2fadd9d39faf7bc7aab2ce6b9a13a/examples/deadcode/deadcode.input.ir#L28) of `deadcode.input.ir` is the following…
-
- Check and remove unused libraries from package.json
- Search through the code and remove usesed files/functions from code (so far I think `LabelSelectorInput`, `Labelnput` and `SecretsForm` are to …
-
I found out my output of compiler and ir4 is different, during homework.
And I figured out, in `ir4` there is no dead code elimination. Is this true?
I hope `ir5` exists which is dead code elimi…
-
By current stable release the only user that benefit of having a preferences configuration panel is the Receiver.
This would be needed by introducing the custodian user as for: https://github.com/glo…
-
date: 2023-1-11
commit:
args: --analyze -Xclang -analyzer-stats -Xclang -analyzer-constraints=range -Xclang -setup-static-analyzer -Xclang -analyzer-config -Xclang eagerly-assume=false -Xcl…
-
Requirements to trigger the bug:
1. Define a class with >=2 member objects of the same type `T`.
2. Type `T` must be a class that has a non-inlineable (a.k.a `ExprEngine::shouldInlineCall` return fa…
-
### Tool Name and Version
coverity
### Code Report
```plain
/src/jwt.c: 335 in jwt_jwsverify_rsa_ecdsa()
329 * need to be converted back to asn.1 in order for verify operations to
33…
-
When I run the command “make && make install”, the error shown in the figure is displayed.
This is a brand new ubuntu (v22.04) virtual machine with only git, opam (v2.1.2), mininet (v2.3.1b1), utop, …