Live data from Hacker News

Viewing profile — FractalFir

FractalFir

HN member
Joined
Sat, May 04, 2024, 7:57 PM UTC
HN karma
24
Public activity
10 items

About FractalFir

No profile information was provided.

Recent public activity

  1. comment
    Comment #46716418

    One of the devs here, chipping in with some details. The sameple code in the article very much runs on consumer GPUs - I can run it on my mobile GPU(RTX 4050) without any issues. R…

  2. comment
    Comment #43683950

    Sorry, the README was out of date. Those numbers are from the beginning of the year, and now they are: | .NET Core tests | 1764 | 48 | 20 | 96.29% | | C Core tests | 1712 | 71 | 8 …

  3. comment
    Comment #43673785

    I am not affiliated with `cg_gcc`, but I have contributed some tiny things here and there. Currently, `cg_gcc` is within spitting distance of being able to bootstrap the compiler. …

  4. comment
    Comment #43666319

    The linked article was mostly meant for people already lossely familiar with the project, but it seems it escaped its intended audience. I do have a whole bunch of articles about t…

  5. comment
    Comment #43666248

    The README is slightly out of date, sorry. Supporting old platforms is one of the goals. Truth be told, the support for C was at first added as a proff-of-concept that a Rust to C …

  6. comment
    Comment #43663047

    I have workarounds for all "simple" cases of UB in C(this is partially what the talk is about). The test code is running with `-fsantize=undefined`, and triggers no UB checks. Ther…

  7. comment
    Comment #43663032

    Correct me if I am wrong C, unsigned overflow is well-defined - at least the GCC manual says so, but I'll have to check the standard. https://www.gnu.org/software/c-intro-and-ref/m…

  8. comment
    Comment #40260146

    This project did start off as a way for me to learn how Rustc works, but there are legitimate use cases (and I have been approached by people interested in using it). The main goal…

  9. comment
    Comment #40260018

    The goal of my work is to allow for deeper and easier Rust/.NET interoperability. Besides the main compiler part, the project comes bundled with an interop layer, which allows you …

  10. comment