Re: Bind vs Compile
- Posted by DerekParnell (admin) May 28, 2012
- 1375 views
DonCole said...
When I Bind a program I get:
deleted 862 unused routines and 3531 unused variables.
1.) Does this occur when I compile?
Yes.
DonCole said...
2.) How can I get a list of these variables and routines?
Run the bind program with the option -list. This will create a file called "deleted.txt" that lists all the removed routines and variables.
Refer to the manual