-
# Feature or enhancement
### Proposal:
Now that we have type versions installed in https://github.com/python/cpython/issues/119258 . We can use the information to constant propagate through attribut…
-
All the various new player abilities I want to add will lead to very powerful players. Limitation can encourage creativity. Do I want to incentivize specialization?
Game servers need to be able to …
-
[`\Psalm\Internal\Codebase\TaintFlowGraph`](https://github.com/vimeo/psalm/blob/master/src/Psalm/Internal/Codebase/TaintFlowGraph.php) is somehow a mystery, however the central place for handling the …
-
Binding a query like `client.query("SELECT ?fields WHERE ts > ?").bind(datetime!(2022-11-13 15:27:42 UTC))` results in runtime execution error:
`DB::Exception: Illegal type Tuple(UInt16, UInt8, UIn…
v3xro updated
3 months ago
-
Very long term issue. Requires specialization to be stable and a way to specialize for functions and closures that don't borrow any environment.
-
**Describe the bug**
Doxygen reports: "warning: no matching class member found for"
When parsing a template specialization of a member function, which has been overloaded.
Doxygen additionally repo…
-
## 🚀 Feature
Currently when a profiling executor inserts a type specialization, it generates a fallback function for the case when a type doesn't match specialized. In that case the execution goes in…
-
For example, `Object` has virtual methods but no virtual destructor.
https://github.com/ingowald/pbrt-parser/blob/master/pbrtParser/include/pbrtParser/Scene.h#L1003
Clang(9.0) with increased wa…
syoyo updated
4 years ago
-
| | |
| --- | --- |
| Bugzilla Link | [44386](https://llvm.org/bz44386) |
| Version | unspecified |
| OS | Linux |
| CC | @AaronBallman,@topperc,@dwblaikie,@zygoloid |
## Extended Description
Clan…
-
The @specialized annotation (in combination with the -Yspecialize option for scalac) has the promise of reducing boxing overheads, especially for reads (txn and non-txn) and non-txn writes. (Txn writ…