Re: assembler key syntax behaviour

2002-07-17 Thread Josef Höök
On Tue, 16 Jul 2002, John Porter wrote: But what about setting size on multdimensional PMC's would it also be: set P0,5,5,5 assembler.pl would try to call set_p_ic_ic_ic This will break things when having N dimensions.. I don't see how it could possible be workable to

assembler key syntax behaviour

2002-07-16 Thread Josef Höök
I have a couple of question regarding using keyed access in assembler. Lets say we create an Perlarray: new P0, .PerlArray set P0,5 Array with size 5. assembler.pl will call set_p_ic ( ? maybe im wrong here ) But what about setting size on multdimensional PMC's would it also be: set

Re: assembler key syntax behaviour

2002-07-16 Thread John Porter
But what about setting size on multdimensional PMC's would it also be: set P0,5,5,5 assembler.pl would try to call set_p_ic_ic_ic This will break things when having N dimensions.. I don't see how it could possible be workable to have all the indices listed out in the