TWiki> Compiler Web>WebChanges (2001-08-16, PeterThoeny? ) EditAttach

50 Recent Changes in Compiler Web retrieved at 15:21 (GMT)

Statistics for Compiler Web Month: Topic views: Topic saves: File uploads: Most popular topic views: Top contributors for topic save and ...
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 ...
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 ...
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 ...
nop Compiler Web Preferences The following settings are web preferences of the Compiler web. These preferences overwrite the site level preferences in . ...
IntermediateCodeGeneration Overview The IntermediateCodeGeneration step will take the fully correct and transformed tree from the SemanticAnalysis step and generate ...
TransferOfControl Overview This section provides a design and implementation overview of the Transfer Of Control (TOC) events that occur within Lisp; specifically ...
LambdaLists Overview This topic discusses the handling of LambdaLists in CLforJava. CommonLisp supports a very sophisticated suite of function parameter options ...
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 ...
WebTopicEditTemplate Overview References HyperSpec CLtL link 1 Link 2 Implementation Details of implementation Core Java Classes Javadoc ...
TargetCodeGeneration Overview The TargetCodeGeneration step will take the intermediate code from the Intermediate Code Generation step and convert it into java bytecode ...
VariableBindings Overview This topic discusses changes to the SemanticAnalyzer in its treatment of variable bindings. The current binding system is fairly minimal ...
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 ...
EnvironmentClass Overview The EnvironmentClass will define an Environment object to hold all of the information about the current lexical environment for the Intermediate ...
AllocationAlgorithm Overview This topic discusses the algorithm used to determine the proper allocation type for variables in CLforJava. See VariableBindings. References ...
LocalAllocation Overview This topic discusses how to use the JVM local slots to implement the VariableBindings and ClosureAllocation. The intent is to allocate all ...
HandlingDeclarations Overview The primary mechanism for directing the compiler is the DECLARE form. This form if present follows the binding list for a lambda , ...
See also the verbose WebIndex.
FunctionApplication Overview Functions are created by using the Defun statement, followed by the Name , Lambda List of parameters, and finally the Body . ...
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. ...
SemanticAnalysis Overview The SemanticAnalysis phase of the compiler will have the job of checking the semantic integrity of the lisp source code and performing ...
ClosureAllocation Overview This topic details the process of defining, allocating, and referencing closures in CLforJava. Closures are allocated at the beginning ...
Unwind protectTests Quick Links TransferOfControl Tests That Should Work GO out of Protected Form (tagbody (unwind protect (go out) (print ...
CatchThrowTests Quick Links TransferOfControl Tests That Should Work (catch 'a 1) (catch 'a (catch 'b 1)) (catch 'a (catch 'b 1) 2) (catch ...
TWiki's nop Compiler web
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 ...
SemanticAnalyzer Overview Performs SemanticAnalysis, as covered in the CompilerOverview. Structure and Code Flow As the SemanticAnalyzer traverses the code tree ...
PeterThoeny?

TWiki's Compiler web /view/Compiler The web for users, groups and offices. TWiki is a Web Based Collaboration Platform for the Corporate World.
PeterThoeny?

See also the faster WebTopicList
PeterThoeny?

Number of topics: 33

Show recent changes with 50, 100, 200, 500, 1000 topics, all changes

Related topics: RSS feed, rounded corners RSS feed, ATOM feed, WebNotify, site changes, site map

Topic revision: r2 - 2001-08-16 - 19:56:31 - 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