bfd/rtl

From: Bill Cunningham (nospamnet_at_net)
Date: 10/27/03


Date: Sun, 26 Oct 2003 19:39:35 -0500

How can Binary Format Discriptor be used as an API?
I'm interested in compilers and how they're written and their design.Am I
correct in stating that the parser takes the soure and creates a parse tree,
then Register Translation Language converts output into assembler? After of
course, in the example of a C compiler source code has been changed to C
tokens. I no these parts of a compiler collection parser,
preprocessor,compiler,assembler,linker. and there's an other compiler
component. Gprof is the GNU version.

    Bill

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----



Relevant Pages

  • Re: Quick question about streams...?
    ... For loops and structures are the C language. ... The API is a bunch of functions. ... I don't know what "runs on assembler" means. ... A C compiler usually starts ...
    (microsoft.public.vc.language)
  • Re: C Stack Corruption?
    ... and it seems that I'm getting some stack ... >corruption after any API call. ... It accepts a call from one compiler module, ... >values after any IBM API call. ...
    (comp.lang.c)
  • Re: VS2005 final delayed for september
    ... Besides, Borland isn't just relying on the compiler, but on the whole ... The dependency towards an MS OS is nowhere as tight as ... VS is the primary consumer of .Net, ... of OS API are legions in thousandths of independant companies. ...
    (borland.public.delphi.non-technical)
  • Re: Multi-threaded C++ programs: wrought with peril?
    ... Another example (which doesn't require the optimizer to reorder OS API calls): ... if the compiler could prove that lock and unlock don't access count. ... The faith is really about the fact that you have to "assume" that the compiler isn't smart/stupid enough to see that lock and unlock don't affect count, and thus reorder things. ... Fortunately, the compiler is generally unable to do any hoisting of potentially thread shared variables at all through OS API calls, due to the fact it can't see into the API calls and therefore doesn't know whether they might access those variables, or whether the API calls contain any observable behaviour. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: pygame and python 2.5
    ... Ben> systems that require you to recompile all the extensions when you ... You'd then silently get errors if the API ... the language's compiler agree on what you get when you dereference ... is not to make assumptions about the structure of complex types across ...
    (comp.lang.python)