Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Icon > Re: icon runnin...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 3 Topic 88 of 196
Post > Topic >>

Re: icon running slow when occupying large memory spaces?

by Steve Wampler <swampler@[EMAIL PROTECTED] > Jun 24, 2005 at 12:16 PM

On Fri, 24 Jun 2005 10:49:29 -0700, Joel wrote:

> I have several examples of various aspects of icon running very slowly
> when the program has grown very large, say >2GB in size.
> 
> This is unexpected because I am running it on a Compaq Tru64 system,
> which should be using 64bit words for memory addresses, but I suppose
> it's possible that icon itself is doing something less efficient with
> memory addressing.

Hmmm, an Icon program growing that big would have a large
number of items in the heap (and 'active').  Since GC works by
traversing all active heap items, I could see where that might
take a while...

If you force the heap size way up on start to avoid GCs does
it run faster?  If it does, then my best guess is that it's
slower because there's a lot of data there.  (If not, then
I don't have any ideas...)
 




 3 Posts in Topic:
icon running slow when occupying large memory spaces?
"Joel" <bolo  2005-06-24 10:49:29 
Re: icon running slow when occupying large memory spaces?
Steve Wampler <swample  2005-06-24 12:16:34 
Re: icon running slow when occupying large memory spaces?
"Joel" <bolo  2005-06-27 09:43:05 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 13:01:09 CDT 2008.