Does the tour continue in a Part III ?
dotnetjunkie wrote:I don't think that's an issue. 99% of managed code runs without any performance problems today. And for the remaining few applications, you can always switch to faster hardware . Which doesn't mean that the .NET developers at Microsoft don't have to care about performance while coding of course!!!
dotnetjunkie wrote:LOL, is this an old homepage of Suzanne Cook?http://www.cs.utah.edu/~scook/
Beer28 wrote:Have you tried the gnu jcg compiler? http://gcc.gnu.org/java/
Beer28 wrote: If they made a CPU that took managed instructions, it wouldn't be managed or portable code anymore. That and the CLR inside the CPU that did the virtual stack for objects larger than 32/64 bit ect... and recognized object references would be horribly complex for hardware embedded software, could never be updated. You could possibly make it flashable, but can you imagine grandma flashing her CPU? **
dotnetjunkie wrote:LOL, is this an old homepage of Suzanne Cook?http://www.cs.utah.edu/~scook/Must be with all the geek stuff on it! It was funny to see that video clip on the front page! I've seen it on TV many times, it was made here in Belgium (where I live).
Beer28 wrote: You don't understand, gcj actually compiles to a native binary you can zip/tar and give to a friend and he can run it on his or her machine with the runtime "dll" just like you could with a visual basic 5-6 app by including msvbvm5-6.dll
Beer28 wrote: gcj actually makes something tangibly reusable that you can distribute as a standalone with the support "dll", which in unix speak is a shared object file, .so.