Re: Interfaces: out vs. var

From: Rithban (rithban_at_yahoo.com)
Date: 12/30/03

  • Next message: Rithban: "Re: Interfaces: out vs. var"
    Date: Tue, 30 Dec 2003 00:52:42 -0700
    
    

    > Every newly declared interface is automatically nilled out. But what you
    > demonstrate in the code sample should not happen, AFAIK.

    That's what I think, but what I think and what I observe in the compiler are
    different.

    It seems that either I misunderstand the implications of "out," or there's a
    bug in the compiler. :-)


  • Next message: Rithban: "Re: Interfaces: out vs. var"

    Relevant Pages

    • Re: register caching of static variables
      ... > As far as the C standard is concerned, ... > program in the C standard AFAIK. ... The compiler is supposed to have done the assignment when ... in a register that is not the case. ...
      (comp.lang.c)
    • Re: C# syntax as an option in Delphi w32
      ... Of course you can do this, if you are willing to have some type of mechanism that will monitor objects created on the HEAP, and then when they go out of scope, GC them. ... The GC mechanism would have to run as an addendum to the program you have compiledm AFAIK. ... Delphi is such a fast compiler, besides that the syntax is simpler, because it has modules. ... Allocating objects on the GC heap is way faster than heap allocations in native applications and you the GC heap doesn't need to be locked, as it's the case in native applications. ...
      (borland.public.delphi.non-technical)
    • Re: list symbols provided by a shared library at runtime
      ... you'd like to not only know the address and size of argh, ... AFAIK, this information is not even present in the object file. ... information is needed by the compiler, not the linker. ...
      (comp.os.linux.development.apps)
    • Re: parenthesis
      ... Soes the standard ensure that ... >> assigning a value to d as, ... AFAIK, there's nothing stopping the compiler from generating ...
      (comp.lang.c)
    • Re: Thou shalt have no other gods before the ANSI C standard
      ... >> the ones participating in this forum, AFAIK), on which he had a ... Won't the compiler find that it is invariant and fix it? ... Incorrect indentation. ...
      (sci.crypt)