RSS Parrot

BETA

🦜 Tech Blog - Matthew Gaudet

@www.mgaudet.ca.technical@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

<p>Blogging about technical stuff, work, etc.</p>

Your feed and you don't want it here? Just e-mail the birb.

Site URL: www.mgaudet.ca/technical/

Feed URL: www.mgaudet.ca/technical?format=rss

Posts: 12

Followers: 2

Finding hot allocation sites with bpftrace

Published: May 28, 2025 20:58

So, last time I said I was hooked, and that I wrote an allocation profiler. That’s true! And it was comparatively easy. Starting from the baseline of SpiderMonkey which sleeps before exit from the last blog post, the profiler looks like this: BEGIN { …

Exploring a language runtime with bpftrace

Published: May 28, 2025 16:42

So I have been having quite a bit of fun learning about eBPF. It’s been on my todo list for like two or three years, but I’ve finally made the time to actually start to figure it out, and have already found some neat stuff, and had to do some fun hacking. …

A Performance Investigation Challenge

Published: May 9, 2025 20:24

I really liked matklad’s Performance Visualization challenge (partially because it didn’t take me long to find the line with samply, which made me feel good). Here’s a skills gap or research question perhaps: How do you identify an impactful but diffuse…

Learning about C++ Direction Setting

Published: May 9, 2025 16:03

Another blog post written wearing only my hat, rather than any Mozilla or TC39 Delegate related hats Last year while considering some JavaScript standards evolution, I wanted to look into how C++ handles some of the challenges. I dug through some…

Upgrade issue with jujutsu

Published: April 17, 2025 20:46

Trying to update jujutsu I had a heck of a time. A previously working command stopped working. Running in a different directory, updating rust neither worked. The issue is this commit in the jujutsu repo. The symptom is: …

User Defined Primitives: A Sketch

Published: February 24, 2025 16:39

The following is written in my Personal capacity, and does not represent the views of the SpiderMonkey team, Mozilla, TC39 or any other broader group than just what’s between my ears. I wear no hats here. I want to propose a little thought experiment for…

Making Teleporting Smarter

Published: February 20, 2025 23:08

(This is a republish of an article posted at SpiderMonkey.dev for my own archiving purposes) Recently I got to land a patch which touches a cool optimization, that I had to really grok. As a result, I wrote a huge commit…

5 Years of Compiler Jobs

Published: December 19, 2024 16:37

Turns out I missed the 5 year anniversary of my CompilerJobs page by a little more than a week. From the initial commit, myself and many helpful contributors have Made 308 Commits Listed 196(!!) companies; not including companies who have come and gone…

SPLASH 2024: Impressions and Feelings

Published: October 28, 2024 16:25

I thought it would be useful to sit down and write up some of my thoughts on SPLASH 2024 while they are still fresh. Due to happy nuptials (& a pressing desire to get home), I was only able to attend Splash for 2.5 days; Wednesday, Thursday and Friday…