User talk:Bellezzasolo: Difference between revisions

Content deleted Content added
No edit summary
Line 43:
 
Regarding your comments about the use of goto. I am a kernel and hypervisor developer by profession (after doing a hoby OS for longer than I care to admit), and there are many cases where goto is simply the correct solution to a problem. A classic example is for functions which take a spinlock, from which you might otherwise wish to return early. [[User:Andyhhp|Andyhhp]] 16:51, 7 August 2012 (CDT)
 
I agree entirely. One example is my putc() function. I have scrolling code, and before that I write the character to video memory. I use a goto in vertical tabs (and others) to avoid writing the character.--[[User:Bellezzasolo|Bellezzasolo]] 14:41, 10 August 2012 (CDT)
 
==See also==
Return to the user page of "Bellezzasolo".