-
Sometimes, DCE breaks by adding a redundant term.
In the following example, the if statement always evaluates to false. LLVM (14) detects that and removes the dead code:
```c
#include
void…
-
Sometimes the compiler's ability to detect and eliminate dead code decreases when double negations are inserted. LLVM detects that in the following snippet the if expression is always false and thus i…
-
When Babili is run with replacements, such as to replace `console.log` with empty function, but there's surrounding block, that block is never removed:
```
if (!this.smth) {
console.log("foo ba…
-
如果dce5 EOL已经上线,建议可以在产品下载的地方,像其他产品一样有个 信息I 图标, 鼠标放上去,可以友情提示EOL
https://endoflife.date/dce
![image](https://github.com/DaoCloud/DaoCloud-docs/assets/97269208/b37b4c89-c654-4e2e-a3b3-ead1e9a23a9c)
…
-
If there's no direct reference to a class ``toString()`` method, it's discarded by DCE, forcing you to add ``@:keep`` in front of all of them.
-
In same fashion as ``
-
The dependency graph enables to spot which commands are deemed "dead", in the sense that they could be remove from the trace without changing the obtained renderings.
It would be nice to somehow hi…
-
Actuate 1.8.7 - HTML5 target - DCE full option.
If I do this:
`Actuate.tween(coverup, 0.5, { alpha:1 } ).onComplete(function () {trace ("not working");});`
then I get an exception saying that…
-
* Add a flag to `dce system deploy` that specifies the version of dce to deploy.
* Default is to deploy latest version
* Add a quick start for updating dce given you have an old version deployed
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…