Re: cscc compiling plain C code
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
On Friday 11 June 2004 04:00 am, Mike Aubury wrote: > Just to make sure... > > It can only generate c# bytecode, not java bytecode... The JVM lacks sufficient instructions to run C code, so cscc will never be able to compile C to the JVM. Cheers, Rhys.