Click here to Skip to main content
15,899,937 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: I Hate Debugging PinPopular
CDP180223-May-17 23:19
CDP180223-May-17 23:19 
GeneralRe: I Hate Debugging Pin
Rajesh R Subramanian23-May-17 23:27
professionalRajesh R Subramanian23-May-17 23:27 
GeneralRe: I Hate Debugging Pin
Nelek23-May-17 23:39
protectorNelek23-May-17 23:39 
GeneralRe: I Hate Debugging Pin
Kornfeld Eliyahu Peter24-May-17 0:36
professionalKornfeld Eliyahu Peter24-May-17 0:36 
GeneralRe: I Hate Debugging Pin
CDP180224-May-17 1:21
CDP180224-May-17 1:21 
GeneralRe: I Hate Debugging Pin
Kornfeld Eliyahu Peter24-May-17 1:28
professionalKornfeld Eliyahu Peter24-May-17 1:28 
GeneralRe: I Hate Debugging Pin
CDP180224-May-17 1:42
CDP180224-May-17 1:42 
GeneralRe: I Hate Debugging Pin
Kornfeld Eliyahu Peter24-May-17 1:46
professionalKornfeld Eliyahu Peter24-May-17 1:46 
Strings (constants) has a queue (poll?) to save space...
ASM
IL_0001: ldstr "CDP1802"
IL_0006: stloc.0
IL_0007: ldstr "CDP1802"
IL_000c: stloc.1

ASM
string s1 = "CDP1802";
001D2DD1  mov         eax,dword ptr ds:[30D232Ch]  
001D2DD7  mov         dword ptr [ebp-40h],eax  
string s2 = "CDP1802";
001D2DDA  mov         eax,dword ptr ds:[30D232Ch]  
001D2DE0  mov         dword ptr [ebp-44h],eax

Still a JIT optimization...
Skipper: We'll fix it.
Alex: Fix it? How you gonna fix this?
Skipper: Grit, spit and a whole lotta duct tape.

GeneralRe: I Hate Debugging Pin
CDP180224-May-17 1:50
CDP180224-May-17 1:50 
GeneralRe: I Hate Debugging Pin
Sander Rossel24-May-17 0:51
professionalSander Rossel24-May-17 0:51 
GeneralRe: I Hate Debugging Pin
CDP180224-May-17 1:34
CDP180224-May-17 1:34 
GeneralRe: I Hate Debugging Pin
Nelek25-May-17 0:12
protectorNelek25-May-17 0:12 
GeneralRe: I Hate Debugging Pin
Eddy Vluggen24-May-17 0:18
professionalEddy Vluggen24-May-17 0:18 
GeneralRe: I Hate Debugging Pin
Mladen Janković24-May-17 2:08
Mladen Janković24-May-17 2:08 
GeneralRe: I Hate Debugging Pin
Sander Rossel24-May-17 4:20
professionalSander Rossel24-May-17 4:20 
GeneralRe: I Hate Debugging Pin
dandy7224-May-17 4:30
dandy7224-May-17 4:30 
GeneralRe: I Hate Debugging Pin
GenJerDan25-May-17 19:27
GenJerDan25-May-17 19:27 
GeneralBeware - end of the world is here... Pin
Kornfeld Eliyahu Peter23-May-17 20:07
professionalKornfeld Eliyahu Peter23-May-17 20:07 
GeneralUS presidential election.. Pin
Eytukan23-May-17 19:43
Eytukan23-May-17 19:43 
GeneralRe: US presidential election.. Pin
Thanks787223-May-17 19:52
professionalThanks787223-May-17 19:52 
GeneralRe: US presidential election.. Pin
lopati: loaming23-May-17 19:58
lopati: loaming23-May-17 19:58 
GeneralRe: US presidential election.. Pin
W Balboos, GHB24-May-17 0:23
W Balboos, GHB24-May-17 0:23 
GeneralRe: US presidential election.. Pin
User 483504724-May-17 4:18
User 483504724-May-17 4:18 
GeneralRe: US presidential election.. Pin
Eytukan23-May-17 20:14
Eytukan23-May-17 20:14 
GeneralRe: US presidential election.. Pin
Nelek23-May-17 21:42
protectorNelek23-May-17 21:42 

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.


Straw Poll

Were you affected by the geomagnetic storms this past weekend?
Communication disruptions, electrified pipes, random unexplained blue-screens in Windows - the list of effects is terrifying.
  Results   477 votes