Hi John,

Am 09.10.2014 um 16:13 schrieb John MacFrenz:
> [...]
> Also, I'd like to know if I have understood this correctly: If I have
> Rail which stores instances of class, Rail stores just references and
> instances aren't in continuous block of memory. If that's the case, is
> there way to change this behaviour since doesn't this cause overhead
> when accessing data?

That is correct. X10 behaves just like Java in this respect: 
Arrays/Rails store references to Objects. An one-dimensional Array/Rail 
is allocated as continuous block of memory in which the references are 
stored. A multidimensional Array/Rail is an Array/Rail of Arrays/Rails 
and therefore this memory may not be one continuous block.

Cheers,
Marco

------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to