diff options
author | Rubén Rincón Blanco <ruben@rinconblanco.es> | 2022-02-18 16:19:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 16:19:29 +0100 |
commit | c70eb9ca46c2c1b85a21109dab870a03b02e761e (patch) | |
tree | ddbddf277ae5b2e88bd17d54023b67746b783d31 | |
parent | 7e2eb51f8d0e5381d750cc158c1252c9cd8254fd (diff) | |
download | compiler-explorer-gh-2040.tar.gz compiler-explorer-gh-2040.zip |
Crazy #compilation numbersgh-2040
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ Try out at [godbolt.org](https://godbolt.org), or [run your own local instance]( **Compiler Explorer** was started in 2012 to show how C++ constructs translated to assembly code. It started out as a `tmux` session with `vi` running in one pane and `watch gcc -S foo.cc -o -` running in the other. -Since then, it has become a public website serving around [2,250,000 compilations per week](https://www.stathat.com/cards/Tk5csAWI0O7x). +Since then, it has become a public website serving around [3,000,000 compilations per week](https://www.stathat.com/cards/Tk5csAWI0O7x). You can financially support [this project on Patreon](https://patreon.com/mattgodbolt), [GitHub](https://github.com/sponsors/mattgodbolt/), [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KQWQZ7GPY2GZ6&item_name=Compiler+Explorer+development¤cy_code=USD&source=url), or by |