Live data from Hacker News

Viewing profile — yolina

yolina

HN member
Joined
Mon, Mar 30, 2026, 12:54 PM UTC
HN karma
5
Public activity
4 items

About yolina

No profile information was provided.

Recent public activity

  1. comment
    Comment #47584656

    You pretty much need lifetime tracking to make it foolproof. A quick dirty hack would be to have a static analyzer drop B from the symbol table after it sees std::move and give a w…

  2. comment
    Comment #47574204

    destructive moves are required to make moves zero cost. Currently move semantics in C++ requires that A is left in a 'moved from, but valid state' which means that: 1. The compiler…

  3. comment
    Comment #47573839

    Some other language need to step up and rewrite/replace LLVM then, because no language that relies on a ~30 million loc backend written in C++ can ever hope to replace it.

  4. comment
    Comment #47573809

    gcc seems to have full C++20, almost everything in 23 and and implemented reflection for 26 which is probably the only thing anyone cares about in 26. https://en.cppreference.com/w…