HackerTrans
トップ新着トレンドコメント過去質問紹介求人

frabert

no profile record

投稿

Clang-Doc

clang.llvm.org
2 ポイント·投稿者 frabert·9 か月前·0 コメント

コメント

frabert
·7 か月前·議論
I think it means you can't assign to unbounded names, you must either declare with var for global, or let/const for local
frabert
·8 か月前·議論
Sorry, it was published early and we have to wait for some approval checks to clear
frabert
·8 か月前·議論
This has been a sore point in a lot of discussions regarding compiler optimizations and cryptographic code, how compilers and compiler engineers are sabotaging the efforts of cryptographers in making sure there are no side-channels in their code. The issue has never been the compiler, and has always been the language: there was never a way to express the right intention from within C (or most other languages, really).

This primitive we're trying to introduce is meant to make up for this shortcoming without having to introduce additional rules in the standard.
frabert
·9 か月前·議論
You can do the same with regular, non-embedded programs in a debugging session
frabert
·10 か月前·議論
> vibe coding is like a conductor orchestrating a symphony, fast but a little bit low quality

The hell is this supposed to mean lol
frabert
·10 か月前·議論
MSAA actually does, it stores more information per pixel using a special buffer format
frabert
·10 か月前·議論
Last time I checked, embedding Lua in C or C++ was _way_ easier than embedding Tcl
frabert
·2 年前·議論
I think that particular pattern is a perfectly reasonable way to let the user ingest an arbitrarily long list of objects without having to do any preallocations -- or indeed, any allocations at all.
frabert
·7 年前·議論
To be fair, that's a definition of "portable" only used among windows users, as far as I know.