List Commands Library for 50g
|
09-25-2017, 07:41 PM
Post: #165
|
|||
|
|||
RE: List Commands Library for 50g
(09-25-2017 06:18 PM)Software49g Wrote: ...It is a lot faster (and easier to program) to simply allocate the needed memory and than copy the wanted data there. Good to see that you're following this discussion, Andreas! I know this is an area where you've had lots of experience. I think the problem with the above approach in Scott's situation is that he doesn't have enough available memory to make the copy. In other words, the list element in question is larger than the free memory available. This is why I was suggesting the possibility of isolating that element by clearing out the surrounding list structure and resizing the object in TEMP. @Scott, please correct me if I've misunderstood this issue. Of course this gets even messier if the list wasn't the last object in TEMP on his 48sx, since there would then be a need to move the higher TEMP slots in addition to the return stack after adjusting the target slot. I believe that Shrink$Any already handles that, but that functionality would have to be replicated for a 48sx. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)