Related articles |
---|
How the operators are implemented in compilers ? palanirt@sasken.com (palanivel) (2005-03-18) |
From: | "palanivel" <palanirt@sasken.com> |
Newsgroups: | comp.compilers |
Date: | 18 Mar 2005 00:46:59 -0500 |
Organization: | Compilers Central |
Keywords: | question, comment |
Posted-Date: | 18 Mar 2005 00:46:58 EST |
hi ,
I'm interested in analysing how the operators + - / * sizeof , etc
are implemented . how they are incorporated when compilation is
happening .
I have tried for implementation of sizeof operator and for pointer
arithmetic operators ( like ptr++, ptr-- , &ptr-1 since they
add,subtract corresponding size range )
Thanx in Advance ,
T.Palanivelrajan
[These are topics covered in every compiler textbook. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.