1. Study your compiler’s documentation and list the optimizations that it performs. Write programs and check the resulting object code for the optimizations.
2. What information does the debugger need from the compiler and linker?
3. Run a profiler and study how it works.
4. How can you write your own simple testing tool? What influence does automated testing have on program design?
5. AdaS is an interpreter for a subset of Ada written in Pascal. It works by compiling the source into P-Code and then executing the P-Code. Study the AdaS program and write a description of the P-Code machine.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here