-
**Real Submitter**
FH OÖ
**Resource(s)/Profiles incl. Version**
n/a
**Links**
https://github.com/HL7Austria/HL7-AT-FHIR-Core-R4/blob/main/input/fsh/Alias.fsh
**Priority**
Minor
**Is yo…
-
# Description
Automate removal of dead code within the project, which has been witnessed to happen often in our codebase due to its size.
## Context
There are different options to achieve thi…
cnotv updated
1 month ago
-
Multiple instances across many files where code is never called upon or has no purpose. Example:
`firefox_profile = webdriver.FirefoxProfile()
firefox_profile.set_preference('permissions.default.s…
-
Loved the [recent development stream](https://www.youtube.com/watch?v=9sLUkkVAbnc) covering contributions and writing tests, @noisymime. I'm just wondering if there's any specific areas of the codebas…
-
Obfuscator Used :
```sh
5742964208d197f408c982e6424902154505e2f1c4a0ee5d645d42d6a20f346c
```
[MProtector_2.0.apk.zip](https://github.com/CalebFenton/simplify/files/6271548/MProtector_2.0.apk.zip)
…
-
If I add a import, tree shaking no longer removes dead code:
This works and strips the code:
```js
const DEBUG = false;
if (DEBUG) {
console.log(2);
}
```
but this no longer works as ex…
-
There's quite a bit of these after the current optimization passes (expression propagation and such). As an example, consider running jayhawk on the flowlet switching example on domino as of f9b69c80b…
-
j2objc allows you to pass in a proguard report to remove dead code.
Android Gradle projects will create such reports within their 'proguardRelease' task.
We should add a j2objcConfig DSL method that …
-
Blocked on:
- cfg-cleanup pass is merged
- LunarG's size-reduction whitepaper is updated
- Glslang and Shaderc opt pass list is updated with cfg-cleanup
-
When pipelining + using CodegenOptions::valid_control, a register is inserted for the last stage but is unused. This raises a linter error:
```
Signal 'pN_valid' is not read from in module xxx
```