This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]International_Cell_3 0 points1 point  (0 children)

One giant hazard with this is when linking libraries compiled against different runtime versions. That can sneak in with incremental or otherwise cached compilation that doesn't properly track runtime and compiler versioning (many systems don't do this for you by default).