In two previous posts, I looked into cleaning the stack frame of a| /dev/posts/
In order to help the SimGridMC state comparison code, I wrote a| /dev/posts/
In the previous episode, we implemented a LLVM pass which does| /dev/posts/
Adding a basic LLVM pass| www.gabriel.urdhr.fr
I am not a cool person. I don’t get invited to all the cool people events. I never get to bask in the glory of FOMO Apple glory. It’ll be 20 years ago the rumors were insane that Apple was … Continue reading →| Virtually Fun
TULSA, OKLAHOMA (2 October 2020) – The Adélie Linux Release Engineering Team is pleased to announce the immediate release of Adélie Linux 1.0-RC2 for all supported platforms. Learn more about Adélie Linux on our newly redesigned Web site, or see our new download page. Please note: This is a test release of Adélie Linux. While … Read More »| The Adélie Chronicle
System call table is an array of function pointers. It is defined in kernel space as variable sys_call_table and it contains pointers to functions which implement system calls. Index of each functi…| Binary Debt
In higher level languages like Java and C#, one can recover from unexpected bahaviour using try/catch like language constructs. Things are different inside Linux kernel. The code is considered trus…| Binary Debt