-
UnixBench has been shown to be very sensitive to compiler versions [1], compiles with out-dated [2] performance compiler optimizations, and includes hacks to avoid dead-code elimination by the compile…
-
Hi!
Recently I checked Profile-Guided Optimization (PGO) improvements on multiple projects. The results are [here](https://github.com/zamazan4ik/awesome-pgo/). LLVM-related results are [here](https…
-
**libtorrent version (or branch):**
libtorrent-rasterbar-2.0.8-r3
**compiler and compiler version:**
[Alpine build details](https://build.alpinelinux.org/buildlogs/build-edge-x86_64/community/lib…
-
When writing a switch statement like this:
package main
func main() {
ch := make(chan int)
switch {
case <-ch:
default:
}
}
The compiler error is:
prog.go:6: invalid cas…
-
# 🐞 bug report
### Affected Package
Not sure about the affected package. It worked fine with Angular 9
### Is this a regression?
Yes
### Description
In our Angular app we us…
-
Maintain a place where pre compiled binaries (for each version and every major platform) will be stored and made available for download. probably on AWS S3 or a github repo.
Investigate using [`node-…
-
### Description
# Problem
Uploading `libpq/15.4` to a conan remote fails, because the package contains broken symlinks in the `include/catalog/` subfolder.
# Expected
There are no broken symlink…
-
### Summary
```
mbedtls/library/aesce.c:71:22: error: unknown pragma ignored [-Werror,-Wunknown-pragmas]
# pragma clang attribute push (__attribute__((target("crypto"))), apply_to=function)…
-
I have reached section 4, and its already hurting my brain how many assumptions this tutorial has on the pre requisites we need.
1. What compiler should I be using, gcc ? (I ended up g++)
2. What…
-
### Checklist before submitting a bug report
- [ ] I've updated to the latest released version of the SDK
- [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-…