diff options
author | Björn Gustavsson <[email protected]> | 2018-10-23 09:11:27 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2018-10-23 09:32:42 +0200 |
commit | 8f725574800d559a1d71e43ab5f21c0bcb6fa142 (patch) | |
tree | c1a818b216be71e29b78a881ad43ca48d77739cd /bin | |
parent | 9ebb7a3b087423774ee45becaa4305a7af37adf6 (diff) | |
download | otp-8f725574800d559a1d71e43ab5f21c0bcb6fa142.tar.gz otp-8f725574800d559a1d71e43ab5f21c0bcb6fa142.tar.bz2 otp-8f725574800d559a1d71e43ab5f21c0bcb6fa142.zip |
Add a diffable option for the compiler
Add the `diffable` option to produce a more diff-friendly output in
a .S file. In a diffable .S file, label numbers starts from 1 in each
function and local function calls use function names instead of labels.
scripts/diffable produces diff-friendly files but only for a hard-coded
sub set of files in OTP. Having the option directly in the compiler
makes is easier to diff the BEAM code for arbitrary source modules.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions