Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
QuestionDid the compiler inline my method? Pin
HosamAly20-Sep-08 2:05
HosamAly20-Sep-08 2:05 
AnswerRe: Did the compiler inline my method? Pin
User 665820-Sep-08 2:41
User 665820-Sep-08 2:41 
JokeRe: Did the compiler inline my method? Pin
Pete O'Hanlon20-Sep-08 3:28
mvePete O'Hanlon20-Sep-08 3:28 
GeneralRe: Did the compiler inline my method? Pin
User 665820-Sep-08 3:53
User 665820-Sep-08 3:53 
GeneralRe: Did the compiler inline my method? Pin
Paul Conrad20-Sep-08 10:33
professionalPaul Conrad20-Sep-08 10:33 
QuestionRe: Did the compiler inline my method? Pin
HosamAly20-Sep-08 3:30
HosamAly20-Sep-08 3:30 
AnswerRe: Did the compiler inline my method? Pin
User 665820-Sep-08 4:00
User 665820-Sep-08 4:00 
AnswerRe: Did the compiler inline my method? Pin
Guffa20-Sep-08 4:37
Guffa20-Sep-08 4:37 
You are micro-optimising. In any normal situation it will not make any real difference if the method is inlined or not.

If you really need that litte extra performance, you should probably not only inline this method, but the method that you are calling also...

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Did the compiler inline my method? Pin
HosamAly20-Sep-08 4:47
HosamAly20-Sep-08 4:47 
GeneralRe: Did the compiler inline my method? Pin
Guffa20-Sep-08 13:17
Guffa20-Sep-08 13:17 
QuestionEasy to learn WSDL and SOAP tutorial Pin
George_George20-Sep-08 1:26
George_George20-Sep-08 1:26 
Questionchecking who is online in gmail in c# Pin
Mogaambo20-Sep-08 1:16
Mogaambo20-Sep-08 1:16 
AnswerRe: checking who is online in gmail in c# Pin
Harvey Saayman20-Sep-08 9:50
Harvey Saayman20-Sep-08 9:50 
GeneralRe: checking who is online in gmail in c# Pin
Mogaambo20-Sep-08 10:43
Mogaambo20-Sep-08 10:43 
GeneralRe: checking who is online in gmail in c# Pin
Harvey Saayman20-Sep-08 10:48
Harvey Saayman20-Sep-08 10:48 
GeneralRe: checking who is online in gmail in c# Pin
Mogaambo20-Sep-08 10:51
Mogaambo20-Sep-08 10:51 
GeneralRe: checking who is online in gmail in c# Pin
Harvey Saayman20-Sep-08 10:53
Harvey Saayman20-Sep-08 10:53 
GeneralRe: checking who is online in gmail in c# Pin
Pete O'Hanlon20-Sep-08 10:59
mvePete O'Hanlon20-Sep-08 10:59 
GeneralRe: checking who is online in gmail in c# Pin
Mogaambo20-Sep-08 11:11
Mogaambo20-Sep-08 11:11 
GeneralRe: checking who is online in gmail in c# Pin
Pete O'Hanlon20-Sep-08 11:33
mvePete O'Hanlon20-Sep-08 11:33 
GeneralRe: checking who is online in gmail in c# Pin
Mogaambo20-Sep-08 11:20
Mogaambo20-Sep-08 11:20 
QuestionHow can i create the registries ? Pin
maifs20-Sep-08 1:05
maifs20-Sep-08 1:05 
QuestionMarshal.Copy Pin
HosamAly20-Sep-08 1:01
HosamAly20-Sep-08 1:01 
AnswerRe: Marshal.Copy Pin
oobimoo20-Sep-08 1:52
oobimoo20-Sep-08 1:52 
GeneralRe: Marshal.Copy Pin
HosamAly20-Sep-08 2:02
HosamAly20-Sep-08 2:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.