![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| fuction return in perl | jisha | Shell Programming and Scripting | 4 | 05-15-2008 04:51 AM |
| awk and fuction (recursion) !! Urgent !! | varungupta | UNIX for Advanced & Expert Users | 12 | 04-16-2008 05:12 PM |
| questions in memset | arunkumar_mca | UNIX for Dummies Questions & Answers | 7 | 08-09-2007 12:08 PM |
| Get Oracle fuction return value in a variable | rahulrathod | UNIX for Dummies Questions & Answers | 3 | 04-14-2005 12:50 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
low-level standard C library functions like memcpy and memset are almost always implemented as the most efficient possible manner fro the hardware. Some environments use libc when optimization is turned off for these modules. Check you compiler's man page. Turning optimation on forces the compiler/linker to load in the most efficient version in those environments.
As an example of this, HPUX has a millicode version of memset - a very fast implementation. It also has an entry point for a non-millicode memset in libc, _memset20 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|