One-pass compiler (original) (raw)

Property Value
dbo:abstract Jednoprůchodový překladač (anglicky one-pass compiler nebo narrow compiler) je v informatice typ překladače, který prochází zdrojový kód programu pouze jednou (na rozdíl od víceprůchodových překladačů). Jednoprůchodové překladače nevytvářejí mezikód. (cs) In computer programming, a one-pass compiler is a compiler that passes through the parts of each compilation unit only once, immediately translating each part into its final machine code. This is in contrast to a multi-pass compiler which converts the program into one or more intermediate representations in steps between source code and machine code, and which reprocesses the entire compilation unit in each sequential pass. This refers to the logical functioning of the compiler, not to the actual reading of the source file once only. For instance, the source file could be read once into temporary storage but that copy could then be scanned many times. The IBM 1130 Fortran compiler stored the source in memory and used many passes; by contrast the assembler, on systems lacking a disc storage unit, required that the source deck of cards be presented twice to the card reader/punch. (en)
dbo:wikiPageID 2012090 (xsd:integer)
dbo:wikiPageInterLanguageLink dbpedia-de:Compiler
dbo:wikiPageLength 33396 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 996734275 (xsd:integer)
dbo:wikiPageWikiLink dbr:Compiler dbr:NELIAC dbr:Considered_harmful dbr:Subroutine dbc:Articles_with_example_Pascal_code dbr:Computer_programming dbr:Mutual_recursion dbr:Burroughs_large_systems dbr:Type_checking dbr:Fortran dbr:Basic_block dbr:Pascal_(programming_language) dbr:Forward_declaration dbr:Compilation_unit dbr:Source_code dbr:Reverse_Polish_notation dbr:ALGOL_68R dbc:Compilers dbr:Code_generation_(compiler) dbr:XPL dbr:IBM_1130 dbr:Intermediate_language dbr:Programming_language dbr:Evaluation_strategy dbr:Multi-pass_compiler dbr:Compiler_optimization dbr:Programming_construct
dbp:wikiPageUsesTemplate dbt:Expand_section dbt:Original_research dbt:Unreferenced
dct:subject dbc:Articles_with_example_Pascal_code dbc:Compilers
gold:hypernym dbr:Compiler
rdf:type dbo:Software yago:WikicatCompilers yago:CausalAgent100007347 yago:Communicator109610660 yago:Compiler109946957 yago:LivingThing100004258 yago:Object100002684 yago:Organism100004475 yago:Person100007846 yago:PhysicalEntity100001930 yago:Writer110794014 yago:YagoLegalActor yago:YagoLegalActorGeo yago:Whole100003553
rdfs:comment Jednoprůchodový překladač (anglicky one-pass compiler nebo narrow compiler) je v informatice typ překladače, který prochází zdrojový kód programu pouze jednou (na rozdíl od víceprůchodových překladačů). Jednoprůchodové překladače nevytvářejí mezikód. (cs) In computer programming, a one-pass compiler is a compiler that passes through the parts of each compilation unit only once, immediately translating each part into its final machine code. This is in contrast to a multi-pass compiler which converts the program into one or more intermediate representations in steps between source code and machine code, and which reprocesses the entire compilation unit in each sequential pass. (en)
rdfs:label Jednoprůchodový překladač (cs) One-pass compiler (en)
owl:sameAs freebase:One-pass compiler yago-res:One-pass compiler wikidata:One-pass compiler dbpedia-cs:One-pass compiler dbpedia-fa:One-pass compiler dbpedia-la:One-pass compiler https://global.dbpedia.org/id/4yBzC
prov:wasDerivedFrom wikipedia-en:One-pass_compiler?oldid=996734275&ns=0
foaf:isPrimaryTopicOf wikipedia-en:One-pass_compiler
is dbo:wikiPageRedirects of dbr:Single-pass_compilation dbr:Single-pass_compiler
is dbo:wikiPageWikiLink of dbr:Program_optimization dbr:Entry_point dbr:Megamax_C dbr:Parsing dbr:Delphi_(software) dbr:Compiler dbr:S-algol dbr:Modula-2 dbr:NELIAC dbr:Burroughs_large_systems dbr:Turbo_Pascal dbr:ALGOL_68-R dbr:ALGOL_68RS dbr:ALGOL_68S dbr:Action!_(programming_language) dbr:Forward_declaration dbr:History_of_programming_languages dbr:XPL dbr:Royal_Radar_Establishment dbr:Multi-pass_compiler dbr:Single-pass_compilation dbr:Single-pass_compiler
is foaf:primaryTopic of wikipedia-en:One-pass_compiler