C++ Weekly - Ep 42 - Clang's Heap Elision

preview_player
Показать описание
☟☟ Awesome T-Shirts! Sponsors! Books! ☟☟

T-SHIRTS AVAILABLE!

WANT MORE JASON?

SUPPORT THE CHANNEL

GET INVOLVED

JASON'S BOOKS

► C++23 Best Practices

► C++ Best Practices

JASON'S PUZZLE BOOKS

► Object Lifetime Puzzlers Book 1

► Object Lifetime Puzzlers Book 2

► Object Lifetime Puzzlers Book 3

► Copy and Reference Puzzlers Book 1

► Copy and Reference Puzzlers Book 2

► Copy and Reference Puzzlers Book 3

► OpCode Puzzlers Book 1


RECOMMENDED BOOKS

AWESOME PROJECTS

O'Reilly VIDEOS

Рекомендации по теме
Комментарии
Автор

Not sure if this is good or bad, but cool to know!

haotj
Автор

I just discovered this awesome channel thanks to this episode #42. Coincidence? I don't think so.

furorionrishuu
Автор

Just a thought: in the general case, the compiler can't eliminate classes because otherwise it has to work out possible side-effects.

zetaconvex
Автор

0:19 the color of line 5-6 is wrong. Belongs to new(line 3) not to delete(line 4). It works without -O3

carstenhansen
Автор

It is cool, but I don't think that is good if a compiler hides a bug on a platform.

csabakertesz