Programming speed on 48GX



#6

Just wondering, but do program run faster in Port :0: or faster in the home directory?


#7

No speed difference, since both port0 and HOME reside in main RAM.

Differences will be there if you store your program in a port>0, or worse, a port>1 . Ports 2 to n are always bankswitched, so code run from there will always be slower.

Port 1 is online (not switched) in most cases. IIRC, there were occasions when even port 1 is hidden, but i'm not sure at the moment.

However, most of my software libraries reside in port 1, and the programs run very fast from there.

Raymond


#8

code run from there will always be slower

The code will run at the same speed but program loading will be slower because it has to bo copied from port >=2 into main memory before execution (unless you execute it directly from the port as in the case of my emulators).

Code from port 1 usually don't have to be copied to main memory and can be executed directly.

I have measured the machine code execution time in main memory and RAM cards in port 1, 2, ... and I haven't noticed any difference in speed.

Best regards.


#9

Thanks. When I call the programs I need to also press EVAL.
E.g. :0:quadratic . Is there any alternative way of doing it? Thanks,
Naim


#10

I use to store my programs in libraries and call them from menus (choose boxes or softkeys): does this help to you?


#11

Hi Raul,
If you were running a program and it calls up a subroutine [subprogram] stored in port:0: , how would you call it?
Thanks,
Naim


#12

with EVAL, as you said in your previous post


#13

Why do you store it in port 0 anyway?

It uses the same RAM as main RAM.

{VPN} now using the new 49g+


#14

I answered a question... but sure I don't store my libraries in port 0. (...but Erable "fixed addreses")
For saving free memory in the main RAM, I store my programs grouped in libraries in ports>=2. So for running a program, just key in its name. Not EVAL is needed. Or use menus...


#15

Sorry Raul!

I should have answered the previous post...

Iqbal gave actually a good answer to my question

with best regards {VPN}

#16

I store my programs in port :0:.
I started doing so because someone I gave my programs gave another person [that I didn't approve of] and I started to think of a way to prevent stealing of my programs. It works, because they have to call it out of port :0: and then send it across and then send it back to port :0: because some programs call back programs from port :0: [bit confusing :)] . So if it's not there they'll have a problem. I have in fact written an installation program to transfer my programs to port :0: and it's purged after installation. It looks good when it's being installed and secondly, it makes it very tedious to transfer.


Possibly Related Threads…
Thread Author Replies Views Last Post
  48G vs 49G+ User RPL Speed Comparison John Colvin 7 2,549 11-16-2013, 10:07 PM
Last Post: Han
  WP-34S: Speed of y^x Marcel Samek 1 1,131 09-14-2013, 07:31 PM
Last Post: Paul Dale
  WP-34S function execution speed ? Gene Wright 4 1,674 09-04-2013, 05:40 PM
Last Post: Paul Dale
  HP-39gII speed Mic 2 1,421 02-24-2013, 05:55 PM
Last Post: Thomas Klemm
  Calculator Speed Benchmark (Add Loop) Thomas Chrapkiewicz 2 1,418 01-20-2013, 11:24 AM
Last Post: Thomas Chrapkiewicz
  Speed comparison: HP 30b vs. WP 34s Dieter 9 2,629 12-08-2012, 04:34 AM
Last Post: Paul Dale
  [WP34S] Stack size impact on speed? SSIZE4. Chris Tvergard 13 3,709 05-13-2012, 11:42 AM
Last Post: Chris Tvergard
  WP-34s: Speed benchmark W. Bruce Maguire II 13 3,218 04-29-2012, 12:16 AM
Last Post: Gilles Carpentier
  Speed comparison WP34S and other HPs Harald 18 4,963 03-19-2012, 05:58 AM
Last Post: Tom Grydeland
  HP 39gII plot speed Alex Mark (Greece) 5 1,933 02-12-2012, 03:04 PM
Last Post: Gilles Carpentier

Forum Jump: