Since 4/14/2012 3:17:31 AM, Yan_952 has written 4 articles and participated in 1 conversations. Yan_952 signature: Yan_952
Yan_952's articles:
Items(4) /1
Saving registers in C functions228 (3/6/2004 9:41:36 PM) comp.lang.c Hi. I found weird gcc/vc behaviour when generating functions code. According to the docs I read, C functions don't save any registers except ebp (on x86), but I see that both gcc and cl (VC++) seem to save ebx... Yan_952
monte/natsemi problem024 (11/6/2003 8:04:06 PM) comp.os.linux.networking Hi. I'm having some trouble with "two kernel monte" or possibly with the natsemi driver: I have a system which boots up 2.4.22 kernel and has natsemi on board (DP83815). Then I get another kernel + initrd from... Yan_952
push optimization1194 (10/30/2003 8:46:07 PM) comp.lang.asm.x86 Hi. I have a question, since I was unable to find an exact answer to it nowhere. I need to save/restore CPU context in an OS I'm writing. The question is which of the 2 following methods is faster: 1) ... Yan_952
Array of references519 (10/22/2003 4:28:19 PM) comp.lang.java.programmer Hi. I have plenty of experiance in C/C++, but this Java no-pointer policy is driving me crazy. I want to create an array of references - what would be an array of pointers in C. I try to do the following: JTr... Yan_952
Yan_952's replies:
Items(1) /1
Array of references519 (10/22/2003 4:28:19 PM) comp.lang.java.programmer Hi. I have plenty of experiance in C/C++, but this Java no-pointer policy is driving me crazy. I want to create an array of references - what would be an array of pointers in C. I try to do the following: JTr... Yan_952(5)