runtime entity & load time entity?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nsahu
    New Member
    • Jan 2010
    • 1

    runtime entity & load time entity?

    what is runtime entity & load time entity? static storageclass is loadtime entity why?
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Those are not terms I have really heard before but from your limited description I would guess that a runtime entity is an object which is created during runtime, objects that are commonly either on the stack or heap while a loadtime entity is created during the program load, objects that are in the data segment for one reason or another.

    Comment

    Working...