Jonas Devlieghere
  • Home
  • About
  • Talks
  • Github
  • C++
  • LLVM
Sign in Subscribe

IPv6 Ready

  • Jonas Devlieghere

Jonas Devlieghere

Oct 30, 2014

Woohoo, as of today jonasdevlieghere.com is IPv6 Ready! Wondering why this is important? Check out the explanation by Vint Cerf.

Edit: I accidentally configured NGINX to only accept connections on the IPv6 socket. This made my site unavailable to some of my visitors. This problem has been resolved as of the first of November.

Sign up for more like this.

Enter your email
Subscribe

Google Summer of Code 2021

Today Google announced the list of open-source organiations [https://summerofcode.withgoogle.com/organizations/] participating in the 2021 Google Summer of Code program. Together with Raphael and Pedro, I'll be mentoring the following two projects: * A structured approach to diagnostics in LLDB [https://llvm.org/OpenProjects.html#lldb_diagnostics] * Lua scripted
Mar 9, 2021

Statistics in dsymutil

To make incremental builds fast on macOS, the static linker (ld) ignores the debug information. It can easily be a magnitude bigger than the rest of the program and slow down link time. Instead the linker emits a debug map which contains the location of all the object files it
May 17, 2020 2 min read

LLDB Column Breakpoints

If you've ever used the debugger, chances are you've used a file and line number to set a breakpoint. Most of the time this provides enough granularity. Sometimes, though, more fine grained control would be helpful. Consider the following example: 1 int foo() { 2 return 1; 3 } 4 int bar(
Feb 19, 2020 3 min read
Jonas Devlieghere © 2023
Powered by Ghost
Mastodon