This is the mail archive of the frysk@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Proposed frysk.rt.Display


Sami Wagiaalla wrote:
Can you provide more context here please.
What is the problem the proposed Display object is solving ?

The problem is that a Variable object has no concept of when it is in or out of scope, as well as when it changes from being in memory to being in a register. The Display class will act as a sort of intermediary between Variable and classes that wish to access Variables (such as variable watches in the source window), such that they will not need to worry about checking whether the variable is still in scope, in memory or in a register, etc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]