Blog posts

2021

My Reading List

less than 1 minute read

Published:

My reading-list organised based on various topics.

2018

2017

LLVM Compiler Bugs related to UD

10 minute read

Published:

Here I am collecting some important points from various articiles mentioned in the reference section.

Compilers Leveraging Undefined Behavious

7 minute read

Published:

One of the classic examples of compilers making use of undefined behaviour is as follows: C standars says signed integers overflow is undefined.

C++ Timers

1 minute read

Published:

The following code illustrates the usage of various APIs to time execution in C++ code. Some of these are applicable in C as well.

2016