Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Beta testers needed - C to Java byte-code compiler/IDE

Reply
Thread Tools

Beta testers needed - C to Java byte-code compiler/IDE

 
 
napi
Guest
Posts: n/a
 
      09-23-2004
We are inviting beta testers for our MPC (Multi Platform C)
compiler/IDE. MPC compiles C programs and generate Java byte-code.
This allows users to develop platform independent software without
having to learn or use the Java programming language. The C language
implemented is a large subset of ANSI C (1989).

Currently the compiler/IDE only works on the Linux platform but we
intend to port it to other platforms in the near future.

Hardware Requirements :
-Any x86 compatible personal computer/workstation.
-64MB RAM

Software Requirements :
-Linux operating system (any distribution) running kernel 2.4 or above
-Java SDK 1.5. Either from Sun or Blackdown.
-Java GNOME 2.6

If you are interested please send an email to . All your
email addresses will be kept private and will be used within this company only.

Thank you.

Mohd-Hanafiah Abdullah
email: or
fax: +603-8656-7827
website: http://www.axiomsol.com
 
Reply With Quote
 
 
 
 
QuantumG
Guest
Posts: n/a
 
      09-25-2004
Can we have details on what subset of c89 you've implemented? I wrote
a jvm backend for GCC back in '98 and the result was extremely poor
performance of output. The big problems if I remember correctly were:

* implementing pointers sensibly is hard
* the JVM's lack of unsigned types makes compiling C code with
unsigned types in it very inefficient (you need to boost all those
unsigned 32 bit types to signed 64 bit ones to get anywhere)
* doing a sensible class division is hard, so you end up with a
few large classes instead of a lot of small classes, and the JVM isn't
optimised for this.

Of course, if you're changing the JVM in any way or making your own
JIT that is closely tied to patterns in your code generation then
you're just cheating
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TimingAnalyzer beta version 0.90 -- beta testers wanted timinganalyzer VHDL 3 10-29-2008 06:46 AM
Beta testers needed for a high performance Python application server Minor Gordon Python 10 03-26-2008 07:08 PM
Configuration Management Software for Cisco - Beta Testers Needed Oleg Malkov Cisco 2 06-18-2007 11:14 AM
Beta testers needed for Web Page Layout, Controls, and Site Navigation Add-in Robert Weatherford ASP .Net 0 04-12-2004 04:06 PM
DVD Register Beta Testers Needed Tom Orlofsky DVD Video 1 12-22-2003 02:21 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57