diff options
author | Björn Gustavsson <[email protected]> | 2015-02-17 16:57:04 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-02-18 13:10:29 +0100 |
commit | 912fea0b712a9d16a3361cd1ff83161013eb0e9e (patch) | |
tree | ac9c4cf460878d8f862300287a87ef50236967d5 /lib/configure.in.src | |
parent | c8aed3b1521edbe7c13860c9a7557129481e60b3 (diff) | |
download | otp-912fea0b712a9d16a3361cd1ff83161013eb0e9e.tar.gz otp-912fea0b712a9d16a3361cd1ff83161013eb0e9e.tar.bz2 otp-912fea0b712a9d16a3361cd1ff83161013eb0e9e.zip |
beam_validator: Remove the file/1 and files/1 functions
Before the beam_validator was added as compiler pass, it was a
standalone module that could analyse existing .beam files and .S
files.
Even though beam_validator has been part of the compiler for many
releases, it still supports the analysis of .beam and .S files.
To reduce the code bloat and to improve coverage of beam_validator,
remove the file/1 and files/1 functions and all associated help
functions. We'll need to update the test suite, since some of the
checked in .S files have errors that beam_validator ignores, but
that will not be accepted when running them throught the compiler
using the 'from_asm' option. In particular, we will need to export
all functions that should be validated (since the beam_clean pass
will remove any function that is not possible to call).
Diffstat (limited to 'lib/configure.in.src')
0 files changed, 0 insertions, 0 deletions