Click here to Skip to main content
16,005,290 members
Home / Discussions / C#
   

C#

 
AnswerRe: The appropriate application of... Pin
Guffa6-Feb-07 7:56
Guffa6-Feb-07 7:56 
AnswerRe: The appropriate application of... Pin
DavidNohejl6-Feb-07 8:47
DavidNohejl6-Feb-07 8:47 
AnswerRe: The appropriate application of... Pin
Daniel Turini6-Feb-07 8:57
Daniel Turini6-Feb-07 8:57 
GeneralRe: The appropriate application of... Pin
Marc Clifton6-Feb-07 14:39
mvaMarc Clifton6-Feb-07 14:39 
QuestionYet another MSIL question (ldsfld, ldarg_0 problem) Pin
rcollina6-Feb-07 6:36
rcollina6-Feb-07 6:36 
AnswerRe: Yet another MSIL question (ldsfld, ldarg_0 problem) Pin
Luc Pattyn6-Feb-07 7:40
sitebuilderLuc Pattyn6-Feb-07 7:40 
GeneralRe: Yet another MSIL question (ldsfld, ldarg_0 problem) Pin
rcollina7-Feb-07 1:15
rcollina7-Feb-07 1:15 
GeneralRe: Yet another MSIL question (ldsfld, ldarg_0 problem) Pin
Luc Pattyn7-Feb-07 6:04
sitebuilderLuc Pattyn7-Feb-07 6:04 
Hi Roberto,

I dont know MSIL in detail, but some stack oriented machines have a "duplicate" or "dup"
instruction that just duplicates "top of stack" (I know PostScript has it).

If there is, it may be cheaper than a second load.

BTW I forgot the most obvious tip of all: if the method you call is short, you should
inline it (and if its long, then thats where you should optimize).

Regards,


Luc Pattyn

Questionhow to notify the application about database updates? Pin
sundar1566-Feb-07 6:03
sundar1566-Feb-07 6:03 
AnswerRe: how to notify the application about database updates? Pin
Not Active6-Feb-07 7:04
mentorNot Active6-Feb-07 7:04 
GeneralRe: how to notify the application about database updates? Pin
sundar1567-Feb-07 6:41
sundar1567-Feb-07 6:41 
GeneralRe: how to notify the application about database updates? Pin
Not Active7-Feb-07 6:53
mentorNot Active7-Feb-07 6:53 
QuestionHow do i check a control type? Pin
sharpiesharpie6-Feb-07 5:22
sharpiesharpie6-Feb-07 5:22 
AnswerRe: How do i check a control type? Pin
m@u6-Feb-07 5:27
m@u6-Feb-07 5:27 
AnswerRe: How do i check a control type? Pin
Seishin#6-Feb-07 5:42
Seishin#6-Feb-07 5:42 
GeneralRe: How do i check a control type? Pin
sharpiesharpie6-Feb-07 5:56
sharpiesharpie6-Feb-07 5:56 
GeneralRe: How do i check a control type? Pin
Martin#6-Feb-07 6:13
Martin#6-Feb-07 6:13 
AnswerJust a solution for future reference Pin
sharpiesharpie6-Feb-07 6:24
sharpiesharpie6-Feb-07 6:24 
GeneralRe: Just a solution for future reference Pin
Martin#6-Feb-07 6:45
Martin#6-Feb-07 6:45 
AnswerRe: How do i check a control type? Pin
Luc Pattyn6-Feb-07 7:49
sitebuilderLuc Pattyn6-Feb-07 7:49 
Questionhighlighting a map Pin
Da_Bigg_Z6-Feb-07 4:32
Da_Bigg_Z6-Feb-07 4:32 
AnswerRe: highlighting a map Pin
sharpiesharpie6-Feb-07 4:57
sharpiesharpie6-Feb-07 4:57 
GeneralRe: highlighting a map Pin
Da_Bigg_Z6-Feb-07 5:14
Da_Bigg_Z6-Feb-07 5:14 
AnswerRe: highlighting a map Pin
m@u6-Feb-07 5:32
m@u6-Feb-07 5:32 
Questionproblem in editor Pin
hany_hu6-Feb-07 4:23
hany_hu6-Feb-07 4:23 

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.