Marty, 1981 - Google Patents
Implementation GuidelinesMarty, 1981
View PDF- Document ID
- 2644776738469449925
- Author
- Marty R
- Publication year
- Publication venue
- PISA: A Programming System for Interactive Production of Application Software
External Links
Snippet
Theoretically, the definition of the programming language PISA, together with the description of the PISA session, is a complete reference for a PISA, implementation. Nevertheless, it seems quite worth-while giving some guidelines to a PISA implementor. Part of the reason …
- 241000404883 Pisa 0 abstract description 84
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformations of program code
- G06F8/41—Compilation
- G06F8/44—Encoding
- G06F8/443—Optimisation
- G06F8/4441—Reducing the execution time required by the program code
- G06F8/4442—Reducing the number of cache misses; Data prefetching
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformations of program code
- G06F8/41—Compilation
- G06F8/43—Checking; Contextual analysis
- G06F8/436—Semantic checking
- G06F8/437—Type checking
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/40—Transformations of program code
- G06F8/41—Compilation
- G06F8/42—Syntactic analysis
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/20—Handling natural language data
- G06F17/27—Automatic analysis, e.g. parsing
- G06F17/2705—Parsing
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for programme control, e.g. control unit
- G06F9/06—Arrangements for programme control, e.g. control unit using stored programme, i.e. using internal store of processing equipment to receive and retain programme
- G06F9/44—Arrangements for executing specific programmes
- G06F9/455—Emulation; Software simulation, i.e. virtualisation or emulation of application or operating system execution engines
- G06F9/45504—Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for programme control, e.g. control unit
- G06F9/06—Arrangements for programme control, e.g. control unit using stored programme, i.e. using internal store of processing equipment to receive and retain programme
- G06F9/44—Arrangements for executing specific programmes
- G06F9/4421—Execution paradigms
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/362—Software debugging
- G06F11/3636—Software debugging by tracing the execution of the program
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/20—Handling natural language data
- G06F17/21—Text processing
- G06F17/22—Manipulating or registering by use of codes, e.g. in sequence of text characters
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for programme control, e.g. control unit
- G06F9/06—Arrangements for programme control, e.g. control unit using stored programme, i.e. using internal store of processing equipment to receive and retain programme
- G06F9/46—Multiprogramming arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F17/00—Digital computing or data processing equipment or methods, specially adapted for specific functions
- G06F17/30—Information retrieval; Database structures therefor; File system structures therefor
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING; COUNTING
- G06F—ELECTRICAL DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
- G06F12/02—Addressing or allocation; Relocation
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6353925B1 (en) | System and method for lexing and parsing program annotations | |
EP1280056B1 (en) | Generation of debugging information | |
US5613117A (en) | Optimizing compiler using templates corresponding to portions of an intermediate language graph to determine an order of evaluation and to allocate lifetimes to temporary names for variables | |
US5694603A (en) | Computer memory product with preemptive multithreading software | |
US5586328A (en) | Module dependency based incremental compiler and method | |
EP0529059B1 (en) | Branch resolution via backward symbolic execution | |
US6131187A (en) | Method and system for translating exception handling semantics of a bytecode class file | |
US20070226720A1 (en) | System and Method for Efficiently Passing Information Between Compiler and Post-Compile-Time Software | |
EP0529049B1 (en) | Multilanguage optimizing compiler using templates in multiple pass code generation | |
US5758163A (en) | Method and apparatus for record fields usage checking at compile time | |
Brandis et al. | The Oberon system family | |
US5826087A (en) | Method and apparatus for cross calling programs of different lexical scoping methodology | |
US20070150876A1 (en) | Method and system for compiling a source code | |
Earley et al. | A method for incrementally compiling languages with nested statement structure | |
Marty | Implementation Guidelines | |
Holt et al. | The Turing Plus report | |
Lewis | An On-the-fly Bytecode Compiler for Tcl. | |
Strawn | Does APL really need run‐time parsing? | |
Lancaster et al. | Quick compiler construction using uniform code generators | |
Johnstone et al. | Designing and implementing language translators with rdp {a case study | |
Taback et al. | Ayacc user's manual | |
Johnstone et al. | rdp {compiler compiler User manual for version 1.5 | |
XL | XL C Language Reference | |
Dewar | The design and implementation of RCCT: a bootstrapping language for the revised compiler-compiler | |
Chapman | Theory and practice in the construction of efficient interpreters |