diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/fancy_testing | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/fancy_testing b/changes/fancy_testing new file mode 100644 index 000000000..4d971943b --- /dev/null +++ b/changes/fancy_testing @@ -0,0 +1,9 @@ + o Build features: + + - Tor now builds each source file in two modes: a mode that avoids + exposing identifiers needlessly, and another mode that exposes + more identifiers for testing. This lets the compiler do better at + optimizing the production code, while enabling us to take more + radical measures to let the unit tests test things. + + |