Added Sean Hunt C++ ABI Talk

This commit is contained in:
Theo Belaire 2014-11-24 13:10:01 -05:00
parent 07abf47909
commit 0ca54c09b2
1 changed files with 22 additions and 6 deletions

View File

@ -21,6 +21,22 @@
</short>
</eventitem>
<eventitem date="2014-11-25" time="5:30 PM" room="MC 4041" title="Talk:C++ ABI">
<short>
<p> C++ is an interesting study because it supports a large number of
powerful, abstract concepts, yet it operates very close to the
hardware compared to many modern programming languages. There are
also many implementations of C++ which must be made interoperable.
I will discuss some aspects of the Itanium 64 Application Binary
Interface (ABI) for C++, which is now the de facto standard across
Unix-like platforms of all architectures. In particular, I will
cover a number of aspects of the class system fundamental to C++:
data layout, polymorphic types, construction and destruction, and
dynamic casting.
</p>
</short>
</eventitem>
<eventitem date="2014-11-21" time="6:00 PM" room="M3 1006"
title="Code Party 1/SE Hack Day #13">
<short>