-
The `ServiceDefaults` project today provides methods that are called from service projects to configure common defaults like metrics, HTTP client service discovery, health checks, etc. For some common…
-
Note: This is a synthetic benchmark, however I believe it has the potential to improve runtime performance across the board for function calls because the push/pop register optimization in case of…
-
This epic collects the list of tasks necessary in order to add support for WASM.
- [ ] Add a `sysroot` option that is propagated to the C probes
- [x] Parsing of WASM object file format
- [x] Plu…
-
### Summary
When type implements `Copy` trait, especially when its size is small (e.g. an enum without variables), it would make sense to suggest changing signature to pass-by-value.
### Lint Na…
-
In my opinion, the current solution effectively mitigates the vulnerability, although it may inconvenience private pool owners who will no longer be able to invoke the **`NFT`** and **`baseToken`** co…
-
I think this project has potential, unfortunately I wont have time to start until next year.
I want to however link features that are needed wanted. @cs01 Please feel free to add to this list. I w…
ghost updated
5 years ago
-
Strange thing happened, when i first built webkit with MINGW untill the very end, there were no such errors, i swear :laughing:
but while fixing JS assembly, and finally got back here to recompile W…
-
| | |
| --- | --- |
| Bugzilla Link | [17757](https://llvm.org/bz17757) |
| Version | 3.2 |
| OS | Linux |
| Attachments | [Patch](https://user-images.githubusercontent.com/60944935/143748387-052473…
-
There is no compile-time error when:
1. You invoke a static abstract member on a type parameter that is constrained to be an interface with the given static abstract member (IWSAM).
2. The type va…
-
The below should work, but errors that f16 is not usable for registers:
```rust
#![feature(f16, f128)]
use core::arch::asm;
#[inline(never)]
pub fn f32_to_f16(a: f32) -> f16 {
a as f16…