comp.lang.ada
 help / color / mirror / Atom feed
From: portal!cup.portal.com!R_Tim_Coslet@uunet.uu.net
Subject: Re: Data Overlays
Date: 19 Aug 93 02:18:06 GMT	[thread overview]
Message-ID: <88340@cup.portal.com> (raw)

>     As for creating an overlay by using an address clause, here's the kind
>of problem you could get into.  Consider the following very simplified
>example:
>
>          X : Integer;
>          Y : Integer:
>          FOR X USE AT Y'Address;
>
>          X := 1;
>          ...
>          IF Y = 1 THEN ...
>
>It might be that your compiler, using standard code generation techniques,
>is using a delayed store on the value of X, which means basically that the
>1 is held in a register for a period of time rather than being immediately
>placed into the memory location of X.  As a result, Y does not have the
>expected value when the IF statement is executed.  Since the overlaying has

Or alternatively, the compiler could store the value of 1 into the overlayed
variable... but having previously worked with Y, it still resides in a
register and since Y wasn't manipulated when X was loaded with 1, the
compiler chooses to use the copy of Y "still in the register" for the
test. As a result, Y does not have the expected value when the IF 
statement is executed.

Same unexpected result, but different cause.


                                        R. Tim Coslet

Usenet: R_Tim_Coslet@cup.portal.com
        technology, n.  domesticated natural phenomena

             reply	other threads:[~1993-08-19  2:18 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1993-08-19  2:18 portal!cup.portal.com!R_Tim_Coslet [this message]
  -- strict thread matches above, loose matches on Subject: below --
1993-09-01 14:36 Data Overlays David Emery
1993-09-01  4:23 Jim Lonjers
1993-08-31 20:36 dog.ee.lbl.gov!agate!howland.reston.ans.net!math.ohio-state.edu!magnus.ac
1993-08-31  3:51 Jim Lonjers
1993-08-23 14:17 Bob Crispen
1993-08-23 14:11 Alex Blakemore
1993-08-19 13:16 cs.utexas.edu!mars.tsd.arlut.utexas.edu!gardner
1993-08-18 16:40 cis.ohio-state.edu!magnus.acs.ohio-state.edu!csn!news.den.mmc.com!iplmail
1993-08-18 16:27 Charles H. Sampson
1993-08-18 16:04 Charles H. Sampson
1993-08-18 12:55 cis.ohio-state.edu!magnus.acs.ohio-state.edu!csn!news.den.mmc.com!iplmail
1993-08-18 12:50 cis.ohio-state.edu!math.ohio-state.edu!howland.reston.ans.net!europa.eng.gtefsd.com!fs7.ece.cmu.edu!news.sei.cmu.edu!firth
1993-08-18  2:11 cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!do
1993-08-18  1:53 cis.ohio-state.edu!magnus.acs.ohio-state.edu!math.ohio-state.edu!howland.
1993-08-18  0:39 cis.ohio-state.edu!magnus.acs.ohio-state.edu!math.ohio-state.edu!cs.utexa
1993-08-17 15:16 Charles H. Sampson
1993-08-13 17:57 cgl!sgiblab!darwin.sura.net!mlb.semi.harris.com!x102a!scook
1993-08-13 12:48 Bob Gilbert
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox