"Can we do better than our C compiler?"
https://briancallahan.net/blog/20200812.html
https://briancallahan.net/blog/20200812.html
Walkthrough about finding bugs and vulnerabilities in JavaScript JITs
https://googleprojectzero.blogspot.com/2020/09/jitsploitation-one.html?m=1
https://googleprojectzero.blogspot.com/2020/09/jitsploitation-one.html?m=1
Blogspot
JITSploitation I: A JIT Bug
By Samuel Gro ß , Project Zero This three-part series highlights the technical challenges involved in finding and exploiting JavaScri...
Adventures in JIT compilation (Eli Bendersky blog)
https://eli.thegreenplace.net/2017/adventures-in-jit-compilation-part-1-an-interpreter/
https://eli.thegreenplace.net/2017/adventures-in-jit-compilation-part-1-an-interpreter/
Forwarded from The Daily Rust
Not directly related to the channel but indeed a good read
https://fasterthanli.me/articles/abstracting-away-correctness
https://fasterthanli.me/articles/abstracting-away-correctness
fasterthanli.me
Abstracting away correctness
I’ve been banging the same drum for years: APIs must be carefully designed.
This statement doesn’t resonate the same way with everyone. In order to really understand what I mean by “careful API des...
This statement doesn’t resonate the same way with everyone. In order to really understand what I mean by “careful API des...
The owner of this channel has been inactive for the last 11 months. If they remain inactive for the next 19 days, they may lose their account and admin rights in this channel. The contents of the channel will remain accessible for all users.
The owner of this channel has been inactive for the last 11 months. If they remain inactive for the next 9 days, they may lose their account and admin rights in this channel. The contents of the channel will remain accessible for all users.
It seems like the original owner of this channel has been inactive for a long time. I just checked it just now that Telegram assigned me as the owner of this channel.
This is your daily C++ post. A post after more than 3 years (a come back)
https://wordsandbuttons.online/the_real_cpp_killers.html
This is your daily C++ post. A post after more than 3 years (a come back)
https://wordsandbuttons.online/the_real_cpp_killers.html
wordsandbuttons.online
The Real C++ Killers (Not You, Rust)
All the “C++ killers”, even these which I wholeheartedly love and respect like Rust, Julia, and D, help you write more features with fewer bugs, but they don't much help when you need to squeeze the very last FLOPS from the hardware you rent. As such, they…