Y
Hacker News
new
|
ask
|
show
|
jobs
by
h-cobordism
2245 days ago
I assume most people run the code they compile on the very machine they compile it on, so how does preventing compile-time system calls help stop malware?
1 comments
WalterBright
2245 days ago
It means that the D compiler itself is not the doorway for the malware.
Cross-compiling is a common practice, too.
link
Cross-compiling is a common practice, too.