Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Question about variables
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
  2 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 was successful
 
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
 
Kip Warner  
View profile  
 More options May 18 2002, 11:55 pm
Newsgroups: comp.lang.asm.x86, comp.lang.asm
From: Kip Warner <k...@zero47.com>
Date: Sun, 19 May 2002 03:44:18 +0000 (UTC)
Local: Sat, May 18 2002 11:44 pm
Subject: Question about variables
Hey guys,

I have learnt in assembly about paragraph boundaries and how they are a
good place for a segment to begin. Does this mean that setting array
lengths in C/C++ to multiples of 10h is faster because they are always
divisible by 10h (16d) making the job for the address bus easier? ie

char szBuffer[1024];
char szBuffer[512];
char szBuffer[256];
char szBuffer[128];
char szBuffer[64];
char szBuffer[32];
char szBuffer[16];

Kip


    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.
blip  
View profile  
 More options Jun 18 2002, 10:55 am
Newsgroups: comp.lang.asm.x86, comp.lang.asm
From: bthompson67...@yahoo.com (blip)
Date: Tue, 18 Jun 2002 13:55:57 +0000 (UTC)
Local: Tues, Jun 18 2002 9:55 am
Subject: Re: Question about variables
Actually aligning your variables increases speed, but C/C++ is so slow
it really won't help.  Paragraph alignment is often used in real-mode
memory allocation routines.

    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