Topic: code optimization by special case analysis
Topic: frozen representation
Topic: compile-time execution
Note
have freeze list so compiler has info on modes etc. eg if know x and y are integers can generate fixadd(x,y) instead of determining function at runtime
Related Topics
Topic: code optimization by special case analysis (22 items)
Topic: frozen representation (6 items)
Topic: compile-time execution (17 items)