Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Ishai's WebLog
This Blog
Syndication
RSS 2.0
Atom 1.0
Search
Tags
ISA Server
Software development
Archives
January 2005 (1)
October 2004 (1)
August 2004 (2)
July 2004 (2)
June 2004 (4)
June 2004 - Posts
Thursday, June 24, 2004 1:57 PM
Why does the compiler generate a MOV EDI, EDI instruction at the beginning of functions?
Why does the compiler generate a MOV EDI, EDI instruction at the beginning of functions? I’ve recently noticed that on the XPSP2 Beta that I am running the function prologs look like this: MOV EDI, EDI PUSH EBP MOV EBP, ESP The PUSH EBP and MOV
Posted by
Ishai
|
4 Comments
Wednesday, June 16, 2004 10:24 AM
Battered fries are considered “fresh vegetables”!?
Well, probably not by nutritionists, but the USDA, backed by a court decision says they are. (Above link will probably expire in few days). [typo corrected 15:00]
Posted by
Ishai
|
2 Comments
Filed under:
non-computer
Tuesday, June 08, 2004 8:53 PM
Developing firewall and NAT friendly network applications
Developing firewall and NAT friendly network applications When I worked on ISA Server I've seen network applications that were incompatible with firewalls and NAT and were difficult or impossible to configure the firewall for, even when the firewall administrator
Posted by
Ishai
|
2 Comments
Filed under:
ISA Server
Tuesday, June 01, 2004 5:31 PM
It is not always the CPU
Before you start to actually profile your application, you do not know what the bottleneck is. It is not uncommon to see people trying to “optimize” code and save CPU cycles in places were it is not really required. This leads to obfuscated
Posted by
Ishai
|
0 Comments