Map
Index
Random
Help
Topics
th

Topic: compile-time execution

topics > computer science > programming > Group: code generation



Group:
expression evaluation
Topic:
code optimization
Topic:
code optimization by special case analysis
Topic:
compiler
Topic:
conditional compilation
Topic:
constants
Topic:
is a name a literal string or a symbol
Topic:
macros

Summary

A language processor converts program text into listings and code. The program can in turn control the language processor through directives, tables and macros. Compile time execution may include text macros, compiler directives controlling output, and constraint information for optimizing code generation. Expressions with constant operands can be evaluated at compile time. (cbb 5/80)
Subtopic: compile-time execution up

Quote: implement ML by compile-time procedures that translate ML words into action [»spooCR4_1986]
QuoteRef: ahoAV_1973 ;;920 optimize by compile time execution
QuoteRef: bennRK7_1976 ;;35 action operators for translation time execution eg ".." is the comment action operator
QuoteRef: halpMI1_1968 ;;23 modal dimension by allowing any code interpreted at compile time
QuoteRef: halpMI1_1968 ;;23 provides modal commands by having an assemble/execute operator
QuoteRef: sammJE_1969 ;;269 parametric variable for compile time evaluation eg g .doubleEquals. i+5
Quote: compile time macros that provide a full programming language, e.g., variables, labels, conditionals, repetition [»sammJE_1969, OK]
Quote: IMP72 semantic part is a quoted expression or a semantic routine for code generation, symbol operator, stack operator, or semantic condition [»biloW5_1974, OK]

Subtopic: literal expressions up

Quote: any construct that requires a constant should also allow an expression of constants [»knobB4_1976]
Quote: an expression specifies a computation that produces a value or variable; constant if determined at compile-time [»cardL_1991]
Quote: the syntax of a literal defines a calculation that converts a print name into an internal value [»wulfWA4_1974]
QuoteRef: cbb_1973 ;;Algol handles literal constants by calling the appropriate runtime conversion routine

Subtopic: freeze list up

QuoteRef: hollGH12_1971 ;;133 ECL uses compile time binding to execute as much as possible eg generic selection of operations
QuoteRef: wegbB_1971 ;;260 compilation with frozen list of invariants (compile time determinable)
Quote: have a freeze list that tells compiler about modes; e.g., if know x and y are integers can generate fixadd(x,y) [»wegbB5_1974, OK]
QuoteRef: wegbB_1971 ;;260 frozen list eg if foo (a,b,c) is a foomode procedure and foomode is frozen then know its data type i.e. type of arguments and result

Subtopic: properties up

QuoteRef: memorex ;;2-22 can get length of a symbol's value in storage words

Related Topics up

Group: expression evaluation   (5 topics, 97 quotes)
Topic: code optimization (54 items)
Topic: code optimization by special case analysis (22 items)
Topic: compiler (18 items)
Topic: conditional compilation (1 item)
Topic: constants (21 items)
Topic: is a name a literal string or a symbol (23 items)
Topic: macros
(22 items)

Updated barberCB 4/04
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.