-
Declarative Custom Elements(DCE) has various POC and ideas on architecture and individual features.
Here is a list to be compared during demo day #80. The list meant to highlight the commonality/di…
-
Dunno if you'd consider this an issue, but with ``--dce full`` commands get removed, maybe there's a way through the Compiler/Context class or something to stop this automatically.
It confused me f…
-
It would be nice to be able to remove more dead code in the julia-level optimizer. Example case:
```
julia> function f(A)
@inbounds for I in 1:length(A)
view(A, I)
…
-
When DCE is on and the Compilation Server is also on, subsequent compilations don't include the _GetArray headers, which make them fail
-
**Description**
The HLSL syntax documentation for `WaveActiveBitAnd` (as well as `Or` and `Xor`) is:
```
WaveActiveBitAnd(
expr
);
```
https://learn.microsoft.com/en-us/windows/win32/d…
-
### Answers checklist.
- [X] I have read the documentation for esp-protocols [components](https://github.com/espressif/esp-protocols#readme) and the issue is not addressed there.
- [X] I have updated…
-
Currently the compiler treats modules using JSX are not pure modules.
In common use cases, like in React, the JSX runtime can be treated as pure, and safe DCE can be expected via adding the `/* @__…
-
https://github.com/JetBrains/web-types
-
-
While inspecting my bundle output I just saw that an unreferenced regex wasn't removed by DCE.
It looks like it only affects regex created by `new RegExp(...)`.
Is there a reason for that ?
…