Click here to Skip to main content
15,922,894 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionWould this be possible? Pin
Brian Olej25-Jun-02 15:34
Brian Olej25-Jun-02 15:34 
AnswerRe: Would this be possible? Pin
SimonS27-Jun-02 0:38
SimonS27-Jun-02 0:38 
GeneralRe: Would this be possible? Pin
Brian Olej27-Jun-02 2:08
Brian Olej27-Jun-02 2:08 
GeneralRe: Would this be possible? Pin
SHaroz27-Jun-02 5:41
SHaroz27-Jun-02 5:41 
QuestionIs VC++ .net a multithreaded complier? Pin
Christopher Duncan24-Jun-02 10:40
Christopher Duncan24-Jun-02 10:40 
AnswerRe: Is VC++ .net a multithreaded complier? Pin
Christopher Lord24-Jun-02 12:46
Christopher Lord24-Jun-02 12:46 
GeneralRe: Is VC++ .net a multithreaded complier? Pin
Christopher Duncan24-Jun-02 12:52
Christopher Duncan24-Jun-02 12:52 
GeneralIL Question Pin
sultan_of_6string23-Jun-02 5:05
sultan_of_6string23-Jun-02 5:05 
By Microsoft's own admission, the C# compiler is not much of an optimizer. I need to get a particular class working blazing fast, so I'm using ildasm to get the IL, modifying it and ilasm-ing it back to a PE.

I need to know what's a faster way to push two references to the current object onto the stack:

ldarg.0
ldarg.0

OR

ldarg.0
dup

Thanks

GeneralRe: IL Question Pin
SimonS23-Jun-02 5:35
SimonS23-Jun-02 5:35 
GeneralRe: IL Question Pin
sultan_of_6string23-Jun-02 7:22
sultan_of_6string23-Jun-02 7:22 
GeneralRe: IL Question Pin
Alexandru Savescu28-Jun-02 8:28
Alexandru Savescu28-Jun-02 8:28 
GeneralRe: IL Question Pin
Christopher Lord28-Jun-02 14:51
Christopher Lord28-Jun-02 14:51 
GeneralRe: IL Question Pin
Joao Vaz26-Jun-02 6:45
Joao Vaz26-Jun-02 6:45 
GeneralRe: and ECMA doc Pin
Joao Vaz26-Jun-02 6:55
Joao Vaz26-Jun-02 6:55 
GeneralRe: IL Question Pin
Rama Krishna Vavilala28-Jun-02 16:12
Rama Krishna Vavilala28-Jun-02 16:12 
GeneralNewbie Question Pin
Venet23-Jun-02 4:09
Venet23-Jun-02 4:09 
GeneralRe: Newbie Question Pin
SimonS23-Jun-02 5:41
SimonS23-Jun-02 5:41 
GeneralRe: Newbie Question Pin
Venet23-Jun-02 6:48
Venet23-Jun-02 6:48 
GeneralCapturing mouse events on a TreeNode Pin
Andrew Connell21-Jun-02 2:32
Andrew Connell21-Jun-02 2:32 
GeneralRe: Capturing mouse events on a TreeNode Pin
Chris Rickard21-Jun-02 4:00
Chris Rickard21-Jun-02 4:00 
GeneralRSA Encryption Pin
Ollie20-Jun-02 4:24
Ollie20-Jun-02 4:24 
GeneralFill Enum with DB records Pin
Marcelo Duarte19-Jun-02 15:55
Marcelo Duarte19-Jun-02 15:55 
GeneralRe: Fill Enum with DB records Pin
Christopher Lord21-Jun-02 20:09
Christopher Lord21-Jun-02 20:09 
GeneralRe: Fill Enum with DB records Pin
SimonS23-Jun-02 5:47
SimonS23-Jun-02 5:47 
GeneralRead From Screen Pin
gibbsnich19-Jun-02 9:02
gibbsnich19-Jun-02 9: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.