30 lines
897 B
Markdown
30 lines
897 B
Markdown
+++
|
|
title="Tilde Backend (TB)"
|
|
mediatype="demo"
|
|
conference="Handmade Seattle 2023"
|
|
description="The future of compiler backends."
|
|
|
|
[[videos]]
|
|
title="Tilde Backend"
|
|
embed="https://player.vimeo.com/video/887510264?h=798b29233f"
|
|
service="vimeo"
|
|
download_link="https://vimeo.com/887510264/798b29233f"
|
|
|
|
[[videos]]
|
|
title="Tilde Backend - Q&A"
|
|
embed="https://player.vimeo.com/video/889290606?h=2546bcb9fb"
|
|
service="vimeo"
|
|
download_link="https://vimeo.com/889290606/2546bcb9fb"
|
|
|
|
[[speakers]]
|
|
name="Yasser Arguelles"
|
|
bio=""
|
|
image="/images/people/2023-yasserarguelles.jpg"
|
|
+++
|
|
|
|
#### The future of compiler backends.
|
|
|
|
[TB](https://yasserarg.com/tb.html) is a compiler backend built to address problems I and many others
|
|
have had with LLVM, the hope is to fill the same niches such as integration with languages, optimization,
|
|
and flexibility without incurring the same compile time costs or code complexity.
|