General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Vitaly L
ThePrimeTime
comments
Comments by "Vitaly L" (@vitalyl1327) on "Why I Use C | Prime Reacts" video.
@bitwize LLVM IR - yes, sure. WASM - absolutely not, it does not even allow irreducible control flow.
12
Sadly, even C cannot be called a cross-platform assembly. It's too far detached from the actual ABI details, for example.
6
No, looks like some abstract register-based VM.
1
there are multiple issues.with pointers in C. Limited control over pointer aliasing, for example, no standard way to represent different storage types (all extensions that need it rely on attributes), etc.
1