17 points ibobev | 4 comments | | HN request time: 0.885s | source
1. squirrellous ◴[] No.44387514[source]
Exciting. Imagine shipping GCC at runtime and compiling a whole new program from a JSON configuration file, optimized to exactly that configuration.
replies(1): >>44388190 #
2. dwrodri ◴[] No.44388190[source]
> Imagine shipping GCC at runtime

The security engineer in me had a facial twitch, but for the right usecases this would be indeed be interesting!

replies(1): >>44389712 #
3. vardump ◴[] No.44389712{3}[source]
That’s like having extra configuration dependent ASLR on top!

If carefully implemented the compiler and linker could omit code that the configuration didn’t require. Wouldn’t less code mean better security and performance?