Ben L. Titzer Profile
Ben L. Titzer

@TitzerBL

Followers
2K
Following
1K
Media
23
Statuses
1K

Director of the WebAssembly Research Center at Carnegie Mellon University. Principal Researcher. Wasm co-founder. Former V8 engineer. Compilers!

Joined May 2022
Don't wanna be here? Send us removal request.
@TitzerBL
Ben L. Titzer
7 months
RT @thenewstack: .@Google ‘Retrofits’ Spatial Memory Safety Onto C++ | By @DavidCasselTNS. #Coding #Security feat. @ayper @kinu @_mxms @cha….
0
5
0
@TitzerBL
Ben L. Titzer
9 months
The proceedings of JENSFEST are now in the ACM Digital Library! It's a great collection of paper dedicated to Jens Palsberg on the occasion of his 60th birthday. If you're at SPLASH next week, come see them be presented!.
0
4
20
@TitzerBL
Ben L. Titzer
9 months
And here's a link to Bradley's thesis.
@TitzerBL
Ben L. Titzer
9 months
Excited for JENSFEST next week, where I'll present work on unboxing ADTs (one of the key optimizations for systems programming in safe languages) in Virgil done by my excellent bachelor's student Bradley Wie Jie Teo.
0
1
20
@TitzerBL
Ben L. Titzer
9 months
Excited for JENSFEST next week, where I'll present work on unboxing ADTs (one of the key optimizations for systems programming in safe languages) in Virgil done by my excellent bachelor's student Bradley Wie Jie Teo.
1
1
32
@TitzerBL
Ben L. Titzer
9 months
Yesterday we announced two new developments at the WebAssembly Research Center at CMU, welcoming Bosch as a new affiliate sponsor and celebrating Shopify's deepening their investment as a Gold sponsor. I'm excited for the future of our collaborations!.
0
4
51
@TitzerBL
Ben L. Titzer
10 months
This is a joke and all, but tools are a thing. It could have just generated a Wasm program and run it. Since Wasm has a real spec it could have evaluated the evaluation rules symbolically, which would probably have been faster and literally amounted to a mathematical proof.
@plibin
Phil Libin
10 months
I may have just carried out literally the least-efficient calculation in the history of computing. I’m impressed, amused, bewildered, and a little sad. I asked o1 to add two (non-random) 64-bit numbers. It got the correct answer after 82 seconds of anthropomorphic soul-searching.
0
0
5
@TitzerBL
Ben L. Titzer
10 months
I've been on a number of PCs and have never been offended by or felt unduly burdened reading an author response, even for really bad papers. Conferences that reject papers without opportunity for author response are doing their communities a real disservice. Frankly, it's rude.
0
0
13
@TitzerBL
Ben L. Titzer
10 months
I'm pleased to announce that a paper on a new record and replay technique for Wasm, called Wasm-R3, will be presented at OOPSLA in October. Primarily work of students from KAIST and University of Stuttgart, I'm proud of the results of this collaboration!.
4
12
87
@TitzerBL
Ben L. Titzer
11 months
For discussion: I'm using ChatGPT to help with lectures. I have been taking all of my lectures from the past two years and prompting "What's missing that students should know" and so far it's been. interesting. I do manually address the issues; GPT can't be trusted there.
1
0
10
@TitzerBL
Ben L. Titzer
11 months
The two nastiest bug classes are cross-breeding now.
@herbertbos
Herbert Bos
11 months
In the last @vu5ec presentation at @USENIXSecurity, @hanyrax discusses GhostRace and explains how attackers can exploit speculative race conditions in the Linux kernel. @kurmus .@c_giuffrida .@m4mbr3
Tweet media one
0
1
6
@TitzerBL
Ben L. Titzer
11 months
RT @linuxfoundation: It’s time - the #WasmCon schedule has dropped! 🎤 This premier #WebAssembly event will explore new frontiers in buildin….
0
7
0
@TitzerBL
Ben L. Titzer
11 months
When presenting data, do *not* use comparative bar charts that don't start at 0. It's blatantly misleading because the length and area of the bars no longer accurately denote magnitude, thus comparisons are broken. You could use points, but if you use bars, I will vote REJECT.
1
0
13
@TitzerBL
Ben L. Titzer
11 months
How many times have you implemented a traversal that ended just being depth-first-search on a graph (with maybe a bit on each thing to check for cycles)?.
0
0
3
@TitzerBL
Ben L. Titzer
11 months
Oh look, a whole day without meetings! (Proceeds to fritter nearly the entire day away trying to fit five variables into four registers in order add a runtime call slowpath to the assembly interpreter in Wizard). *sigh*.
1
0
15
@TitzerBL
Ben L. Titzer
1 year
One the holdovers from learning C as my first language is that I am pretty hesitant to reach for a hashtable as the default solution. Years and years of Java, but I'm now back to "avoid hashtables unless you're doing something to improve end user experience".
2
0
13
@TitzerBL
Ben L. Titzer
1 year
I fixed the bug, but didn't finish the disassembler 🤣.
@TitzerBL
Ben L. Titzer
1 year
So I started debugging this JIT bug. ended up starting to write an x86-64 disassembler. Ugh.
0
0
12
@TitzerBL
Ben L. Titzer
1 year
So I started debugging this JIT bug. ended up starting to write an x86-64 disassembler. Ugh.
1
0
16
@TitzerBL
Ben L. Titzer
1 year
RT @dylibso: Especially with recent changes in JEP 472, there's no better time than now to start integrating #WebAssembly into your #Java c….
0
4
0
@TitzerBL
Ben L. Titzer
1 year
Today the WebAssembly Community Group voted to advance the Exception Handling proposal to Phase 4! . There were some twists and turns along the way, some late design changes, but overall I am very happy with the design we settled on and have now finished.
2
16
70
@TitzerBL
Ben L. Titzer
1 year
A few hundred lines changed in the compiler, a few thousand lines of tests. This one has been tricky, but now default ADT values are fixed, and all the unboxing optimizations are set up for maximum profit.
@TitzerBL
Ben L. Titzer
1 year
Spent lots of time paying some tech debt in the Virgil compiler. I added ADTs to Virgil "easily" by desugaring them to classes during parsing. That allowed reusing most of the IR and such, but a zillion special cases and booleans popped up everywhere. /n.
0
0
11