dubiousconst282

Results 14 issues of dubiousconst282

The SCCP algorithm can be extended to compute information such as value null-ness, symbolic ranges (for array inbound-ness), type inference (for devirtualization), and possibly many others. In general, this information...

We could also reuse some of the runtime/JIT tests for "correctness"/integration tests: - https://github.com/dotnet/runtime/blob/main/docs/project/jit-testing.md - https://github.com/dotnet/runtime/tree/main/src/tests/JIT It's clearly impossible to catch edge cases with only traditional testing. Fuzzing seems to...

enhancement

Add generic descriptor indexing intrinsic Closes #4351 --- This seems to be working nicely as far as I can tell, but I have a few questions: - Type layout is...

pr: non-breaking

[Descriptor indexing](https://docs.vulkan.org/samples/latest/samples/extensions/descriptor_indexing/README.html) allows shaders to access resources in a natural and flexible way, while further eliminating the complexity of managing and updating descriptor sets. This feature can already be used...

kind:enhancement
goal:quality & productivity