-
Could you please integrate LTO (Link Time Optimization) into the catboost build scripts? It could help with performing more aggressive optimization across translation units. Which exact LTO version (T…
-
As discussed [here](http://stackoverflow.com/questions/43187947/preserve-prototypes-in-advanced-mode/), compiler seems to not work properly when using `@nocollapse` JSDoc tag. The compiler is properly…
-
This example
```dart
import 'dart:typed_data';
main() {
final data1 = Uint8List(1024);
final data2 = Uint8List.sublistView(Uint8List(1024 + 1), 1);
final value = Foo(int.parse('1') == 1 …
-
As the title suggests, I'd like to see field types get refined based on the generic instantiation of a generic base class implemented by a derived type.
Given the following example and sharplab
…
-
## Description
Currently, the Mono fullAOT LLVM jobs are encountering failures and don't provide any test coverage. Specifically, the linux-arm64 job must build the cross-compiler using an image wh…
-
Currently all RendererAPI dependent constructions, e.g. VertexBuffer::Create are Implemented as static functions in the respective Base class implementation with a switch case statement for each Rende…
-
| | |
| --- | --- |
| Bugzilla Link | [39179](https://llvm.org/bz39179) |
| Version | trunk |
| OS | Windows NT |
| CC | @andykaylor,@dwblaikie,@Theodor,@pogo59,@pcc,@yuanfang-chen |
## Extended De…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR44374](https://bugs.llvm.org/show_bug.cgi?id=44374) |
| Status | CONFIRMED |
| Importance | P norm…
-
Now:
```C#
public int Calculate(Func c)
{
return c(10, 20);
}
public int CallCalculate()
{
return Calculate((x1, x2) => x1 + x2);
}
```
Compile to:
```C#
private sealed class…
-
[paper link](https://github.com/gwu-iot/collaboration/blob/master/papers/15a-rtas19chaos.pdf)
Have fun :)