<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>C++ Exception Handling - The gory details of an implementation</title>
        <link>https://tube.mucs.club/videos/watch/173a9063-3fff-4a86-8196-8e67e7936a9b</link>
        <description>"C++ Exception Handling - The gory details of an implementation" by Peter Edwards, Arista Networks. Abstract: Modern implementations of exception handling make the facility almost cost free for those times you don't actually end up throwing an exception. There's a big complexity cost to this, and a lot of work that happens when we step off the happy path. This presentation rolls up its sleeves and looks at what actually happens when you throw an std::exception() on modern Linux systems. Slides: http://isainmdom.com/~peadar/eximpl</description>
        <lastBuildDate>Thu, 27 Aug 2026 22:31:03 GMT</lastBuildDate>
        <docs>https://validator.w3.org/feed/docs/rss2.html</docs>
        <generator>PeerTube - https://tube.mucs.club</generator>
        <image>
            <title>C++ Exception Handling - The gory details of an implementation</title>
            <url>https://tube.mucs.club/client/assets/images/icons/icon-1500x1500.png</url>
            <link>https://tube.mucs.club/videos/watch/173a9063-3fff-4a86-8196-8e67e7936a9b</link>
        </image>
        <copyright>All rights reserved, unless otherwise specified in the terms specified at https://tube.mucs.club/about and potential licenses granted by each content's rightholder.</copyright>
        <atom:link href="https://tube.mucs.club/feeds/video-comments.xml?videoId=173a9063-3fff-4a86-8196-8e67e7936a9b" rel="self" type="application/rss+xml"/>
    </channel>
</rss>