DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ T V

⟦884d8e16e⟧ TextFile

    Length: 1451 (0x5ab)
    Types: TextFile
    Names: »V«

Derivation

└─⟦407de186f⟧ Bits:30000749 8mm tape, Rational 1000, RCFSUN
    └─ ⟦e5cd75ab4⟧ »DATA« 
        └─⟦this⟧ 

TextFile

package Switches is

    type Switch is (  
                    Compiler_Memory_Size,  
                    Inline_Subprograms,  
                    Separate_Generics,  
                    Constant_Allocation_Threshold,  
                    Global_Allocation_Threshold,  
                    Keep_Source,  
                    Keep_Tree, Include_Data_Map,  
                    Main_Stack_Size,  
                    Task_Stack_Size,  
                    Include_Calling_Trace,  
                    Time_Slicing, Blocking_Io,  
                    Keep_Uncalled, Linker_Directives,  
                    Linked_Modules,  
                    External_Library,  
                    Keep_Adatune_Info, Units_Closure,  
                    Include_Elaboration_Order,  
                    Include_Link_Info,  
                    Include_Name_Map,  
                    Retain_Subprograms,  
                    Include_Object_Map, Compiler_Listing,  
                    Binder_Listing, Cui_File,  
                    Executable,  
                    Debug,  
                    Include_Assembly,  
                    Include_Source_Text,  
                    Optimize_Checks,  
                    Expressions_Optimization,  
                    Runtime_Checks,  
                    Target_Ada_Library);

    function Image (S : in Switch) return String renames Switch'Image;

    function Help (S : in Switch) return String;

end Switches;