473,387 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

FlsAlloc, etc. -wasting cpu cycles every time MSVCR71.dll is loaded?

Hi, I was profiling one of my apps in depends.exe, and noticed the functions
FlsAlloc, FlsFree, etc. being searched for every time that msvcr71.dll was
loaded. I have seen it before too, but I didn't realize it was a failed
GetProcAddress for each one every time an app is loaded. I imagine this
means that if it were not a failed lookup, then it would take less time to
load everyapp that references this library. its not that big of a perf hit
but every bit counts so how can I get this dependency removed, or fixed, or
something? I don't like the idea that anyone without w2k3 server has to
suffer slower load times because the runtime assumes its 2k3 server until it
can't find a few missing exports.
is there anything I can do here? can someone at least point me to some
official documentation on the matter? so far I haven't found anything of the
sort.
thanks
NICK
Jul 22 '05 #1
0 2218

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Jerry Spence1 | last post by:
I have built a Setup file of my project and when I deploy it on another PC is crashes fairly quickly. I ran Dependancy Walker and found that it couldn't find the following files: MSCORPE.DLL...
99
by: dvdsum | last post by:
Hello, my english is very poor, excuse me. I want that someone explains several things. Ok, Windows, as well as other modern operating systems, gives a set of functions called API. The...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.