ladybird/ELFLoader
Andreas Kling dea474dfd5 Make loading /bin/bash ~250x faster.
The ELF loader was doing huge amounts of unnecessary work.
Got rid of the "export symbols" and relocation passes since we don't need them.
They were useful things when bringing up the ELF loading code.

Also added a simple TSC-based Stopwatch RAII thingy to help debug performance issues.
2018-11-12 13:45:15 +01:00
..
.gitignore Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
elf.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
ELFImage.cpp Make loading /bin/bash ~250x faster. 2018-11-12 13:45:15 +01:00
ELFImage.h Make loading /bin/bash ~250x faster. 2018-11-12 13:45:15 +01:00
ELFLoader.cpp Make loading /bin/bash ~250x faster. 2018-11-12 13:45:15 +01:00
ELFLoader.h Make loading /bin/bash ~250x faster. 2018-11-12 13:45:15 +01:00