"Compiler Options Hardening Guide for C and C++" best.openssf.org/Compiler-Harde… #compilers

0xor0ne's tweet image. "Compiler Options Hardening Guide for C and C++"

best.openssf.org/Compiler-Harde…

#compilers

"Low-Level Software Security for Compiler Developers" llsoftsec.github.io/llsoftsecbook/ #infosec #compilers

0xor0ne's tweet image. "Low-Level Software Security for Compiler Developers"

llsoftsec.github.io/llsoftsecbook/

#infosec #compilers
0xor0ne's tweet image. "Low-Level Software Security for Compiler Developers"

llsoftsec.github.io/llsoftsecbook/

#infosec #compilers
0xor0ne's tweet image. "Low-Level Software Security for Compiler Developers"

llsoftsec.github.io/llsoftsecbook/

#infosec #compilers

Software security hardening in compilers, linkers, JITs and assemblers internals "Low-Level Software Security for Compiler Developers" llsoftsec.github.io/llsoftsecbook/ #compilers #cybersecurity

0xor0ne's tweet image. Software security hardening in compilers, linkers, JITs and assemblers internals

"Low-Level Software Security for Compiler Developers"
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity
0xor0ne's tweet image. Software security hardening in compilers, linkers, JITs and assemblers internals

"Low-Level Software Security for Compiler Developers"
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity

We introduce SuperCoder, the first work to successfully apply LLMs as superoptimizers for assembly code 🚀. Our RL-trained model achieves 95% correctness ✅ and 1.46× speedup ⚡over gcc -O3. 📄arxiv.org/pdf/2505.11480 💻github.com/Anjiang-Wei/Su… #LLM #Compilers #Code #Optimization

anjiangw's tweet image. We introduce SuperCoder, the first work to successfully apply LLMs as superoptimizers for assembly code 🚀. Our RL-trained model achieves 95% correctness ✅ and 1.46× speedup ⚡over gcc -O3.
📄arxiv.org/pdf/2505.11480
💻github.com/Anjiang-Wei/Su…
#LLM #Compilers #Code #Optimization

On my way to Edimburg for #CGO24 and #CC24 . First stop : Lyon Part Dieu #compilers #ilovetrains

l_gonnord's tweet image. On my way  to Edimburg for #CGO24 and #CC24 . First stop : Lyon Part Dieu #compilers #ilovetrains

Professor Derek Chiou on stage, welcoming us with the #HPCA24 keynote! #CGO24 #compilers

CGOconf's tweet image. Professor Derek Chiou on stage, welcoming us with the #HPCA24 keynote!
#CGO24 #compilers

August is half over already! That means, next week is our next #Dlang Coffee Haus meeting. Nuclear physics was born in coffee houses, imagine what we can do! Red Robin Thu Aug 22 7:00pm 2150 148th Ave NE, Redmond, WA 98052 #compilers #programming #programminglanguages Yes,…

WalterBright's tweet image. August is half over already! That means, next week is our next #Dlang Coffee Haus  meeting. Nuclear physics was born in coffee houses, imagine what we can do! 

Red Robin Thu Aug 22 7:00pm 
2150 148th Ave NE, Redmond, WA 98052

#compilers #programming #programminglanguages

Yes,…

Last day of conference is starting with @PPoPPConf keynote by Nir Shavit! #CGO24 #edinburgh #compilers #codegeneration #optimization #parallelprogramming

CGOconf's tweet image. Last day of conference is starting with @PPoPPConf keynote by Nir Shavit! #CGO24 #edinburgh #compilers #codegeneration #optimization #parallelprogramming

Closing the day with the banquet at the National Museum of Scotland #CGO24 #compilers #codegeneration #optimization #edinburgh

CGOconf's tweet image. Closing the day with the banquet at the National Museum of Scotland #CGO24 #compilers #codegeneration #optimization #edinburgh

Sonya is here to teach you how to write step-by-step instructions in #programming you human hardware #compilers 🔧 Check out their talk at the LACM in 15 mins 📍

hackaday's tweet image. Sonya is here to teach you how to write step-by-step instructions in #programming you human hardware #compilers 🔧

Check out their talk at the LACM in 15 mins 📍

At the second day of the Int'l Workshop on #QuantumCompilation, Ludwig Schmid and Korbinian Staudacher presented our recent works on #compilers for #NeutralAtoms #QuantumComputers (including some work-in-progress). 1/2

rbrtwll's tweet image. At the second day of the Int'l Workshop on #QuantumCompilation, Ludwig Schmid and Korbinian Staudacher presented our recent works on #compilers for #NeutralAtoms #QuantumComputers (including some work-in-progress).

1/2
rbrtwll's tweet image. At the second day of the Int'l Workshop on #QuantumCompilation, Ludwig Schmid and Korbinian Staudacher presented our recent works on #compilers for #NeutralAtoms #QuantumComputers (including some work-in-progress).

1/2

Writing Readable Code Writing readable code is extremely important in software development for one simple reason. #developers #code #compilers


#CGO24 Test of Time Award went "Portable mapping of data parallel programs to OpenCL for heterogeneous systems", from CGO 2013. Congratulations Dominik Grewe, Zheng Wang, Michael F. P. O'Boyle! #compilers #codegeneration #optimization #edinburgh

CGOconf's tweet image. #CGO24 Test of Time Award went "Portable mapping of data parallel programs to OpenCL for heterogeneous systems", from CGO 2013. Congratulations Dominik Grewe, Zheng Wang, Michael F. P. O'Boyle!
#compilers #codegeneration #optimization #edinburgh

Get started with LLVM by writing a "Hello World" program using LLVM IR jameshamilton.eu/programming/ll… #programming #llvm #compilers

jag_hamilton's tweet image. Get started with LLVM by writing a "Hello World" program using LLVM IR jameshamilton.eu/programming/ll… #programming #llvm #compilers

New blog post "Clang vs. Clang": blog.cr.yp.to/20240803-clang… You're making Clang angry. You wouldn't like Clang when it's angry. #compilers #optimization #bugs #timing #security #codescans


#reversing #compilers Function Peekaboo: Crafting self masking functions using LLVM mdsec.co.uk/2025/10/functi… ]-> Code - github.com/mdsecactivebre… // The post details how to extend LLVM and Clang to implement runtime self-masking of user-defined functions through control flow…


🌳 Abstract Syntax Tree (AST), the hidden backbone of compilers & code analyzers! It breaks your code into a structured tree 📜, showing what your program means not just how it’s written. Perfect for linting, optimization, and refactoring magic! ✨ #Programming #AST #Compilers


We introduce SuperCoder, the first work to successfully apply LLMs as superoptimizers for assembly code 🚀. Our RL-trained model achieves 95% correctness ✅ and 1.46× speedup ⚡over gcc -O3. 📄arxiv.org/pdf/2505.11480 💻github.com/Anjiang-Wei/Su… #LLM #Compilers #Code #Optimization

anjiangw's tweet image. We introduce SuperCoder, the first work to successfully apply LLMs as superoptimizers for assembly code 🚀. Our RL-trained model achieves 95% correctness ✅ and 1.46× speedup ⚡over gcc -O3.
📄arxiv.org/pdf/2505.11480
💻github.com/Anjiang-Wei/Su…
#LLM #Compilers #Code #Optimization

The React 1.0 Compiler is a huge move. It automates memoization, which will clean up codebases massively. But as a systems-level developer, what trade-offs are we making? More complex build steps? Harder to debug "magic" optimizations? #reactjs #compilers #frontend


What if you need to JMP to a label that doesn't exist yet? This classic "forward reference" problem would crash a simple assembler. Here's the story of how I solved it in my single-pass Rust assembler. 🧵 #RustLang #Compilers


🚀 Just launched bootstrap.millsy.dev — my site on Compiler Bootstrapping 🖥️ How do you make the first compiler when you need a compiler to make one? 🤯 Interactive demos, security insights & research — all free. #Programming #Compilers #CyberSecurity #millsydev


how did someone actually compiled the first compiler? Right answers only, no AI no internet ... go! 👇👇👇 #programming #compilers

how did this mf create git, without using git

jacques_web3's tweet image. how did this mf create git, without using git


#Research #compilers "Detecting Implicit Conversions in OpenVPN2 Using CodeQL", September 2025. ]-> Final version of the CodeQL query github.com/trailofbits/co… // Its aim was to answer the question, are any of OpenVPN2’s approximately 2500 implicit integer conversions actually…

github.com

codeql-queries/cpp/src/security/UnsafeImplicitConversions/UnsafeImplicitConversions.ql at 18bceaa...

CodeQL queries developed by Trail of Bits. Contribute to trailofbits/codeql-queries development by creating an account on GitHub.


The person or team that creates a true compiler for Python—or, to a lesser extent, Ruby—will have given humanity a gift whose value and impact can't be measured or appreciated enough. 🚀 #Python #Ruby #Compilers


🚀New work on #Compilers and #RegisterAllocation! A faster Chaitin-like approach using grammatical decomposition of CFGs Results: Asymptotically faster algorithms Spill-free up to 20 registers (vs. 8) Scalable exact solution for real architectures 🔗dl.acm.org/doi/pdf/10.114…

fedebruzzone7's tweet image. 🚀New work on #Compilers and #RegisterAllocation!
A faster Chaitin-like approach using grammatical decomposition of CFGs

Results:
Asymptotically faster algorithms
Spill-free up to 20 registers (vs. 8)
Scalable exact solution for real architectures

🔗dl.acm.org/doi/pdf/10.114…

🚀 Just wrapped up a solid DSA sprint! ✅ Mastered Stacks & Dynamic Arrays ✅ Tackled Arrays of Pointers (1D & 2D) ✅ Explored Compiler Representations Feeling pumped to dive deeper into the world of data structures and systems 💻🔥 #DSA #CodingJourney #Compilers #100DaysOfCode


PhD in Compilers/DSLs for Probabilistic and Differential Programming at Utrecht University. Part of ERC project FoRECAST. Deadline: 8 Oct 2025. #PhD #ProgrammingLanguages #Compilers #DifferentiableProgramming #ProbabilisticProgramming #UtrechtUniversity uu.nl/en/organisatio…


Hi there! One more brownbag is coming! 🚀 Join Edy Silva in his presentation "How To Write A Brainfuck-To-JVM Compiler" at 12:30 BRT Click on the link so you don't miss out! bit.ly/4p5LMgR #codeminer42 #brownbag #compilers

Codeminer42's tweet card. How To Write A Brainf**k-To-JVM Compiler, by Edy Silva

youtube.com

YouTube

How To Write A Brainf**k-To-JVM Compiler, by Edy Silva


Excellent free book on compilers, linkers, JITs and assemblers for software security hardening Low-Level Software Security for Compiler Developers: llsoftsec.github.io/llsoftsecbook/ #cybersecurity #compilers

0xor0ne's tweet image. Excellent free book on compilers, linkers, JITs and assemblers for software security hardening 

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#cybersecurity #compilers
0xor0ne's tweet image. Excellent free book on compilers, linkers, JITs and assemblers for software security hardening 

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#cybersecurity #compilers
0xor0ne's tweet image. Excellent free book on compilers, linkers, JITs and assemblers for software security hardening 

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#cybersecurity #compilers
0xor0ne's tweet image. Excellent free book on compilers, linkers, JITs and assemblers for software security hardening 

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#cybersecurity #compilers

Excellent free book teaching security hardening for compilers, linkers, JITs and assemblers Low-Level Software Security for Compiler Developers: llsoftsec.github.io/llsoftsecbook/ #cybersecurity #compilers

0xor0ne's tweet image. Excellent free book teaching security hardening for compilers, linkers, JITs and assemblers

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#cybersecurity #compilers
0xor0ne's tweet image. Excellent free book teaching security hardening for compilers, linkers, JITs and assemblers

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#cybersecurity #compilers
0xor0ne's tweet image. Excellent free book teaching security hardening for compilers, linkers, JITs and assemblers

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#cybersecurity #compilers
0xor0ne's tweet image. Excellent free book teaching security hardening for compilers, linkers, JITs and assemblers

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#cybersecurity #compilers

Great free book on Compilers, linkers, JITs and assemblers Internals (focus on software security hardening) Low-Level Software Security for Compiler Developers: llsoftsec.github.io/llsoftsecbook/ #compilers

0xor0ne's tweet image. Great free book on Compilers, linkers, JITs and assemblers Internals (focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#compilers
0xor0ne's tweet image. Great free book on Compilers, linkers, JITs and assemblers Internals (focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#compilers
0xor0ne's tweet image. Great free book on Compilers, linkers, JITs and assemblers Internals (focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#compilers

"Compiler Options Hardening Guide for C and C++" best.openssf.org/Compiler-Harde… #compilers

0xor0ne's tweet image. "Compiler Options Hardening Guide for C and C++"

best.openssf.org/Compiler-Harde…

#compilers

"Low-Level Software Security for Compiler Developers" llsoftsec.github.io/llsoftsecbook/ #infosec #compilers

0xor0ne's tweet image. "Low-Level Software Security for Compiler Developers"

llsoftsec.github.io/llsoftsecbook/

#infosec #compilers
0xor0ne's tweet image. "Low-Level Software Security for Compiler Developers"

llsoftsec.github.io/llsoftsecbook/

#infosec #compilers
0xor0ne's tweet image. "Low-Level Software Security for Compiler Developers"

llsoftsec.github.io/llsoftsecbook/

#infosec #compilers

Compilers, linkers, JITs and assemblers Internals (focus on software security hardening) Low-Level Software Security for Compiler Developers: llsoftsec.github.io/llsoftsecbook/ #compilers #cybersecurity

0xor0ne's tweet image. Compilers, linkers, JITs and assemblers Internals (focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity
0xor0ne's tweet image. Compilers, linkers, JITs and assemblers Internals (focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity
0xor0ne's tweet image. Compilers, linkers, JITs and assemblers Internals (focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity
0xor0ne's tweet image. Compilers, linkers, JITs and assemblers Internals (focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity

Guide for learning internals of compilers, linkers, JITs and assemblers (with focus on software security hardening) Low-Level Software Security for Compiler Developers: llsoftsec.github.io/llsoftsecbook/ #infosec #compilers

0xor0ne's tweet image. Guide for learning internals of compilers, linkers, JITs and assemblers (with focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#infosec #compilers
0xor0ne's tweet image. Guide for learning internals of compilers, linkers, JITs and assemblers (with focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#infosec #compilers
0xor0ne's tweet image. Guide for learning internals of compilers, linkers, JITs and assemblers (with focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#infosec #compilers
0xor0ne's tweet image. Guide for learning internals of compilers, linkers, JITs and assemblers (with focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#infosec #compilers

Internals of compilers, linkers, JITs and assemblers with focus on software security hardening) Low-Level Software Security for Compiler Developers: llsoftsec.github.io/llsoftsecbook/ #infosec #compilers #cybersecurity

0xor0ne's tweet image. Internals of compilers, linkers, JITs and assemblers with focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#infosec #compilers #cybersecurity
0xor0ne's tweet image. Internals of compilers, linkers, JITs and assemblers with focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#infosec #compilers #cybersecurity
0xor0ne's tweet image. Internals of compilers, linkers, JITs and assemblers with focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#infosec #compilers #cybersecurity
0xor0ne's tweet image. Internals of compilers, linkers, JITs and assemblers with focus on software security hardening)

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#infosec #compilers #cybersecurity

Compilers, linkers, JITs and assemblers internals with focus on software security hardening Low-Level Software Security for Compiler Developers: llsoftsec.github.io/llsoftsecbook/ #compilers #cybersecurity

0xor0ne's tweet image. Compilers, linkers, JITs and assemblers internals with focus on software security hardening

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity
0xor0ne's tweet image. Compilers, linkers, JITs and assemblers internals with focus on software security hardening

Low-Level Software Security for Compiler Developers:
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity

Software security hardening in compilers, linkers, JITs and assemblers internals "Low-Level Software Security for Compiler Developers" llsoftsec.github.io/llsoftsecbook/ #compilers #cybersecurity

0xor0ne's tweet image. Software security hardening in compilers, linkers, JITs and assemblers internals

"Low-Level Software Security for Compiler Developers"
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity
0xor0ne's tweet image. Software security hardening in compilers, linkers, JITs and assemblers internals

"Low-Level Software Security for Compiler Developers"
llsoftsec.github.io/llsoftsecbook/

#compilers #cybersecurity

‼️700 teams from 66 countries participated in Runtime Prediction challenge. 🤔Are they all GNNs? Come find out! Sampling some of the top solutions NOW. Room 211-213 Brought to you by @Google and @kaggle and congrats to the winners! #NeurIPS2023 #XLA #Compilers #MLforSystems

MimeeXu's tweet image. ‼️700 teams from 66 countries participated in Runtime Prediction challenge.

🤔Are they all GNNs? Come find out!

Sampling some of the top solutions NOW.

Room 211-213

Brought to you by @Google and @kaggle and congrats to the winners!

#NeurIPS2023 #XLA #Compilers 
#MLforSystems
MimeeXu's tweet image. ‼️700 teams from 66 countries participated in Runtime Prediction challenge.

🤔Are they all GNNs? Come find out!

Sampling some of the top solutions NOW.

Room 211-213

Brought to you by @Google and @kaggle and congrats to the winners!

#NeurIPS2023 #XLA #Compilers 
#MLforSystems
MimeeXu's tweet image. ‼️700 teams from 66 countries participated in Runtime Prediction challenge.

🤔Are they all GNNs? Come find out!

Sampling some of the top solutions NOW.

Room 211-213

Brought to you by @Google and @kaggle and congrats to the winners!

#NeurIPS2023 #XLA #Compilers 
#MLforSystems
MimeeXu's tweet image. ‼️700 teams from 66 countries participated in Runtime Prediction challenge.

🤔Are they all GNNs? Come find out!

Sampling some of the top solutions NOW.

Room 211-213

Brought to you by @Google and @kaggle and congrats to the winners!

#NeurIPS2023 #XLA #Compilers 
#MLforSystems

Spent the last two hours of my day finishing this chapter! Ek din zaroor khatam hoga mera rust to go transpiler! #Compilers #CraftingInterpreters

SkySingh04's tweet image. Spent the last two hours of my day finishing this chapter! 
Ek din zaroor khatam hoga mera rust to go transpiler!

#Compilers #CraftingInterpreters

Do You know that the answer to the question 33 or 34 or 35 depends on the compiler!! Please comment the reason here. #programming #compilers #C #technology #softwaredevelopment

abhisekroy169's tweet image. Do You know that the answer to the question 33 or 34 or 35 depends on the compiler!!

Please comment the reason here.
#programming 
#compilers #C #technology #softwaredevelopment

Most modern compilers are written in the same language they compile. 🤯✨ This is achieved through bootstrapping: first a simple compiler in another language, then the new language compiles itself. Compiling a compiler! ⚙️ #Compilers #ProgrammingLanguages

jeantvz's tweet image. Most modern compilers are written in the same language they compile. 🤯✨
This is achieved through bootstrapping: first a simple compiler in another language, then the new language compiles itself.
Compiling a compiler! ⚙️ #Compilers #ProgrammingLanguages

Loading...

Something went wrong.


Something went wrong.


United States Trends