-
Currently if we compile a Go program like:
```
package main
type dead int
func newDead() *dead { return new(dead) }
var x = newDead()
func main() {}
```
the linker can't dead code eliminate `x` or `…
-
I've compiled a set of optimizations that are appropriate for the gnovm design and architecture.
Some of these need to be done in a particular order.
For example, Dead Code Elimination needs to be don…
-
```
if (free_standalone_handle) {
e->Unref();
e->Free(table_.GetAllocator());
e = nullptr;
} ...
... e->IsHighPri() ...
```
-
### Describe the bug
As the title says.
For instance, you've watched a movie up to 40:13 timestamp, but then you need to exit the app due to reasons. When returning to the app, and then using the "R…
-
Reduced code:
https://godbolt.org/z/chrT7v9vo
```cpp
int m;
void func(short a, short b) {
short f = 1;
if(
(f ? ((a ? b : 0) ? 1 : 0) : 0)
-
(f ? ((a ? b : 0) ? 1 : 0) :…
ZY546 updated
4 months ago
-
Follow-up from https://groups.google.com/d/topic/golang-nuts/syC4LpVf7sw
The link-time optimisation to prune unused methods is disabled when reflect.Value.Call() is used anywhere within a program.
…
-
# Background
At this point `com.rultor.agents.docker.DockerExec` only has one purpose,
it periodically connects to the EC2 instance and by following functionality indicates whether the
service is up …
-
I find a confuse when i loop root.children, when the node is dead, the code "node.name" will cost almost 1 second.
when I have a lot of dead node, it will cost a lot of time. do we have some method …
-
Cppcheck warns that this code leads to a dead end.
https://github.com/LibreCAD/libdxfrw/blob/a610710c31f6029f70e169bd657d3a32e8e0bf38/src/drw_header.cpp#L604
Looks like because of this line
h…
-
The above link: https://docs.automotivelinux.org/en/master/docs/architecture/en/dev/reference/security/05-security-concepts.html#code-integrity-during-execution is dead