> But since they both used the same program to generate random prime numbers, there’s a higher-than-random chance that their public keys share a prime factor
Single pass compiler with back-patching. No intermediate code representation, very simple optimizer (just constant folding and dead code removal). C Preprocessor integrated with parser code. Back-end generates instruction opcodes instead of assembly, eliminating another stage.
BS