-
When using "cmake -T LLVM_143", compiling with LTO on VS 2022 and LLVM 19 fails because UseLldLink isn't set to true in https://github.com/zufuliu/llvm-utils/blob/main/VS2017/LLVM/LLVM.Common.props
…
-
### Description
The reproduction code snippet is here and I have used Disasmo to generate asm code and it's also reproducible in BenchmarkDotNet with disassembly option turned on ans seeing the l…
-
MMX is broken on modern compilers and should be avoided at all costs.
Reasons:
- ⚠️**Clang and GCC DO NOT automatically switch between MMX and x87 resulting in undefined behavior and potentially X87…
-
This isn't between C# and JS itself, but the difference in collection routines relative to each other.
In native C#, the Add function for HashSet requires about 3x the time of an Add to List. In the…
-
Is the build system fetching something from some unreliable server?
```
error: failed to run custom build command for `gecko-media v0.1.0 (https://github.com/servo/gecko-media.git#fe437442)`
…
-
I've used vasm and vlink quite a bit in the past, and was hoping to be able to use the syntax highlighting and debugging of this project, but I'm _very_ confused about makefile support - both in visua…
-
| | |
| --- | --- |
| Bugzilla Link | [22616](https://llvm.org/bz22616) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @adibiagio,@delena,@hfinkel,@jmolloy,@rot…
-
I'm creating this issue so we can track what needs to be done to have proper support for Emscripten.
- [ ] Add Emscripten SDK as an (optional?) project dependency
- [ ] Add a toolchain class for the E…
-
```
MOVES EQU [$24, $3a]
db LENGTH(MOVES)
db MOVES[0], MOVES[1]
```
Is there any chance for something like this to happen at all? Is it even a good idea?
Should be made to work for strings…
-
The whitesource-bolt bot :robot: opened many issues: https://github.com/mTvare6/hello-world.rs/issues?q=is%3Aissue+CVE-2
Are these issues required? Isn't Rust (:rocket:) secure?
See #117 :eyes: