Re: find_from and match_from
Derek Parnell wrote:
>
> This is not conclusive. Although the IL says to create a slice and assign it
> to the temp, does the opcode RHS_SLICE actually allocate RAM for the
> subsequence
> and copy data to the new RAM, or does it just create a reference to the
> existing
> RAM? As the function never assigns to the slice, a reference is all it really
> needs.
Nevermind. I just looked at the back end source code for RHS_Slice() and it does
actually allocate RAM etc... Pity, it doesn't always have to.
--
Derek Parnell
Melbourne, Australia
Skype name: derek.j.parnell
|
Not Categorized, Please Help
|
|