Install the Insight Debugger on Linux Mint (works for Ubuntu too)

Linux Mint Logo

Insight is a very good debugger based on gdb. I prefer it over ddd or kdbg as I find it clearer and easier to use. Moreover, this debugger is also the one used in the book Assembly language Step by Step, for Linux. However, Insight has been removed … [Read more...]

Diploma Thesis : Inlining Assistance for large-scale object-oriented applications

Results on CLang

One month ago, my diploma thesis has been accepted and I got my Bachelor of Science in Computer Science.I made my diploma thesis at Lawrence Berkeley National Laboratory, Berkeley, California. I was in the team responsible of the developmenet of … [Read more...]

How to install a specific version of GCC on Ubuntu 11.04 (natty)

Sometimes you need to install a specific version of gcc for some reasons, for example when you need to have the same compiler version as the one used by your team.In that, the package manager doesn't help because not every version of gcc is … [Read more...]