tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Lock-free tcc


From: Richard Allen
Subject: [Tinycc-devel] Lock-free tcc
Date: Tue, 12 Sep 2023 11:45:10 -0500

Hello,

It's my first time posting to this list.

A bit ago I started playing with the idea of a multi-threaded compiler,
and put together a prototype using libtcc. I ran into the code-gen
mutex as a bottleneck.

It's based on an older commit, but I was able to refactor all global variables
into TCCState and remove the mutexes to get better scaling.

I'm not sure if this work would be useful to anyone else,
but thought I would share with this list.

https://github.com/rsaxvc/tinycc-multithreaded

-Richard



reply via email to

[Prev in Thread] Current Thread [Next in Thread]