Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Is there a source code size limit?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post will appear after it is approved by moderators
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
DonRobinson  
View profile  
 More options Feb 28 2007, 5:54 am
From: "DonRobinson" <donr_w...@yahoo.com>
Date: Tue, 27 Feb 2007 10:54:39 -0800
Local: Wed, Feb 28 2007 5:54 am
Subject: Is there a source code size limit?
Hello,
This is my first post to this group although I have been lurking for
years!

A client has a very large, he didn't say how large, program that will
current compile in jBASE3 but when he adds a few more lines of code
the compiler bombs with "Cannot allocate 4072 bytes".

Is this a size issue?
If not, would some syntax error cause it?
What else should he look for?

Thanks,
Don Robinson
Ashwood Computer Co.


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Idle  
View profile  
 More options Feb 28 2007, 6:02 am
From: "Jim Idle" <j...@temporal-wave.com>
Date: Tue, 27 Feb 2007 11:02:17 -0800
Local: Wed, Feb 28 2007 6:02 am
Subject: RE: Is there a source code size limit?
Which compiler is giving you this error? Is it the jbc compiler, or the C
compiler?

However, either way you are obviously pushing the bounds of sensibility...
and your program is a bit big too ;-).

As you suspect, something is unable to allocate any more memory, but I need
to know the following things before working out what to do about it:

1) Version of jBASE;
2) Operating system;
3) C compiler in use;
4) Sum of the squares of the other two sides;
5) How much you are paying for the answer?
6) Just how big is the program?

Things to try:

1) su - ; rm -rf /
2) See if the local login is limited in memory allocation by the ulimits (if
UNIX)
3) See if there is a hard limit in the kernel for the same;
4) It may be the C optimizer that is complaining, try using (O1, which is
basically no jBC or C optimizations;
5) Don't try 1) will you?

Jim


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Darrin Filer  
View profile  
 More options Feb 28 2007, 6:07 am
From: "Darrin Filer" <dfi...@cookvascular.com>
Date: Tue, 27 Feb 2007 14:07:44 -0500
Local: Wed, Feb 28 2007 6:07 am
Subject: RE: Is there a source code size limit?
One possibility: I receive various compile errors on jBC source files that
don't contain a blank trailing line. This is also true for included files.
Their last line must be blank in order to compile.

Every year or so I forget this and get a bit frustrated for five minutes.
;-)

Darrin Filer


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jim Idle  
View profile  
 More options Feb 28 2007, 6:12 am
From: "Jim Idle" <j...@temporal-wave.com>
Date: Tue, 27 Feb 2007 11:12:46 -0800
Local: Wed, Feb 28 2007 6:12 am
Subject: RE: Is there a source code size limit?
That's actually a UNIX requirement, which passes over into Windows I think.

Jim


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google