ascpixi
ascpixi
This pull request implements the base building blocks for IL-level optimization, alongside basic optimizations. The IL would normally be optimized with a JITter, but, as IL2CPU is an AOT compiler,...
**What is the usecase for this plug** In order to support events, an implementation of multicast delegates is needed. Currently, it seems like the plugs for this class are missing....
In a lot of areas of Cosmos, the XMLDoc documentation comments are either lackluster (e.g. being a transliteration of the member name) or non-existent. After improving the documentation comments, a...
With the latest binary release of XELFViewer (v0.05), some relocations get their type mistaken. For example, `R_X86_64_64` is displayed as `X86_64_32`, and `R_X86_64_PC32` is displayed as `386_PC32`. This can be...
Hiya! This is in part a feature request. I've made a skin for Nulloy that simulates Windows 11's fluent design in [this repository](https://github.com/ascpixi/nulloy-fluent-design). However, it's quite hacky, and I'd rather...
> [!IMPORTANT] > The prototype for the Gen3 re-write is located at [`valentinbreiz/nativeaot-patcher`](https://github.com/valentinbreiz/nativeaot-patcher). We plan to graduate from the prototype in the future to `cosmosos/gen3` (the actual repository name may...