TWiki> Compiler Web>WebIndex (2001-11-24, PeterThoeny? ) EditAttach

Results from Compiler web retrieved at 15:21 (GMT)

AllocationAlgorithm Overview This topic discusses the algorithm used to determine the proper allocation type for variables in CLforJava. See VariableBindings. References ...
CatchThrowTests Quick Links TransferOfControl Tests That Should Work (catch 'a 1) (catch 'a (catch 'b 1)) (catch 'a (catch 'b 1) 2) (catch ...
ClosureAllocation Overview This topic details the process of defining, allocating, and referencing closures in CLforJava. Closures are allocated at the beginning ...
CompilerOverview Overview This topic is intended to provide an overview of the compiler in its goals, structure, and functioning. Please read and make notes to improve ...
DeclareOptimize Overview The OPTIMIZE declaration gives hints to the compiler about the code it produces. There are 5 possible parameters each dealing with a specific ...
EnvironmentClass Overview The EnvironmentClass will define an Environment object to hold all of the information about the current lexical environment for the Intermediate ...
FunctionApplication Overview Functions are created by using the Defun statement, followed by the Name , Lambda List of parameters, and finally the Body . ...
HandlingDeclarations Overview The primary mechanism for directing the compiler is the DECLARE form. This form if present follows the binding list for a lambda , ...
IntermediateCodeGeneration Overview The IntermediateCodeGeneration step will take the fully correct and transformed tree from the SemanticAnalysis step and generate ...
LambdaLists Overview This topic discusses the handling of LambdaLists in CLforJava. CommonLisp supports a very sophisticated suite of function parameter options ...
LocalAllocation Overview This topic discusses how to use the JVM local slots to implement the VariableBindings and ClosureAllocation. The intent is to allocate all ...
MacroApplication Overview Macros are created by use of the Defmacro keyword followed by the Name , Lambda List of parameters, and the Body of the macro. ...
NewCompiler Overview This web holds work done by LukeSkorupski on the new compile. The indents on the Lisp code and Algorithm don't work out too well, if someone ...
SemanticAnalysis Overview The SemanticAnalysis phase of the compiler will have the job of checking the semantic integrity of the lisp source code and performing ...
SemanticAnalyzer Overview Performs SemanticAnalysis, as covered in the CompilerOverview. Structure and Code Flow As the SemanticAnalyzer traverses the code tree ...
TargetCodeGeneration Overview The TargetCodeGeneration step will take the intermediate code from the Intermediate Code Generation step and convert it into java bytecode ...
TaskListOfSpecialOperators Overview This is a list of special operators for the compiler team to complete in order to define a base set of operators. This base set ...
TransferOfControl Overview This section provides a design and implementation overview of the Transfer Of Control (TOC) events that occur within Lisp; specifically ...
Unwind protectTests Quick Links TransferOfControl Tests That Should Work GO out of Protected Form (tagbody (unwind protect (go out) (print ...
VariableBindings Overview This topic discusses changes to the SemanticAnalyzer in its treatment of variable bindings. The current binding system is fairly minimal ...
TWiki's nop Compiler web
Welcome to the Common Lisp for Java (CLforJava) Compiler Web This web contains all of the specifications for the compiler component of the CLforJava Common Lisp product ...
See also the faster WebTopicList
This is a subscription service to be automatically notified by e mail when topics change in this Compiler web. This is a convenient service, so you do not have to ...
nop Compiler Web Preferences The following settings are web preferences of the Compiler web. These preferences overwrite the site level preferences in . ...
TWiki's Compiler web /view/Compiler The web for users, groups and offices. TWiki is a Web Based Collaboration Platform for the Corporate World.
Statistics for Compiler Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ...
WebTopicEditTemplate Overview References HyperSpec CLtL link 1 Link 2 Implementation Details of implementation Core Java Classes Javadoc ...
See also the verbose WebIndex.
Number of topics: 33

See also the faster WebTopicList

Topic revision: r2 - 2001-11-24 - 11:36:34 - PeterThoeny?
 
Home
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback