OpenWatcom Team Looking For Help 17
Spritzer writes "The Inquirer has a short interview with Kendall Bennett, founder of Scitech Software, about the future of the OpenWatcom project. In short they are in need of some talented people with experience in shared libraries and AMD64 extensions. 'Right now the compiler works great on Linux, but all the code has to be static linked and it uses the Open Watcom runtime library. We need the ability to generate ELF PIC compatible code, as well as link against existing SO libraries which would then allow Open Watcom to use the system GLIBC libraries.'"
No link to Open Watcom itself? (Score:4, Informative)
Re:No link to Open Watcom itself? (Score:3, Insightful)
Re:No link to Open Watcom itself? (Score:1)
I'll return to my hole now.
Re:2 simple questions (Score:3)
Re:2 simple questions (Score:1)
1. Never seen another IDE, or
2. Never seen the Open Watcom IDE!
It's utter tripe.
Re:2 simple questions (Score:5, Informative)
Armando
Code generation, memory models and optimization (Score:1)
Among the things I really liked was the beautiful integration between C(++) and inline asm code, where you could do stuff like defining an inline asm macro, while telling the compiler exactly which registers/memory areas would be used and/or modified. This meant that the C optimizer could work perfectly well across such asm code.
Terje
Re:2 simple questions (Score:2)
Symantec's compiler was originally Zortech (Score:2, Informative)
I once read in Dr. Dobb's Journal mentioning about Walter Bright [walterbright.com] acquiring back the rights of the Zortech's compiler after Symantec lost interest in its development.
Re:Symantec's compiler was originally Zortech (Score:2)
Re:Symantec's compiler was originally Zortech (Score:2)
Choice is good (Score:4, Interesting)
Remember what happened in RedHat GCC 2.96 case [mplayerhq.hu]: An upgraded computer with "better" standards support actually resulted in more problems. Many source codes with GCC specific assumptions ceased to compile (inluding the Linux kernel) and everybody blamed RedHat. (Please do not start a flamewar about this).
But if we already had many vendors (like gcc, Intel, watcom), we'd be less likely to run into such problems.
Good code generation (Score:2)
Does anybody know the current state of the two compilers in terms of optimization on x