I really liked the extremely simple examples, made it a lot easier to start to understand what an ABI is
@YA-yr8tq Жыл бұрын
This is my first exposure to ABIs and I really appreciate the simplicity of the presentation!
@Krzysztow19855 жыл бұрын
Very good talk! Nice explanation on the ABI, exactly what I need to start digging into this topic.
@JawwadHafeez5 ай бұрын
Very useful info. Got perspective of another developer on the subject. Thanks
@learpcss95692 жыл бұрын
20:14 was mindblowing for me
@boogly371610 ай бұрын
At 20:00 pair is not trivial in both cases that he is showing. Actually, if any special member function (constructors or destr) is used-defined the type is non-trivial. What he probably meant is: The type is trivially copyable when destructor is not user-defined
@ughadunk11 ай бұрын
1h of pure gold
@lexer_2 жыл бұрын
The talk is as great as it is depressing. ABI is hard but now I at least understand a little bit better the how and the why.
@tomaszstanislawski4572 жыл бұрын
Probably the issues with C++ ABIs is why many frameworks still use C API.
@praveen544com3 жыл бұрын
Really nice session. Do you have any data on Itanium C++ ABI conventions, it has few limitations though. For C++ ABI, it is still open for ABI Stability right?