Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-11 Thread Nadav Har'El
On Mon, Jun 10, 2002, Muli Ben-Yehuda wrote about "Re: [Job Offer] Qlusters is looking for a few good main()": > You're missing the footnote, which referred to the kernel being >... It seems someone in outblaze.com is repeating posts on this mailing lists (sending posts f

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Nadav Har'El
On Mon, Jun 10, 2002, Christoph Bugel wrote about "Re: [Job Offer] Qlusters is looking for a few good main()": > Sorry if this is a stupid question, but why would templates be a bad > idea for kernel code (assuming for this argument that dumbed down C++ > is OK)? I thought te

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Christoph Bugel
On 2002-06-10, Muli Ben-Yehuda wrote: > Ok, a quick look shows what I expected it to show, c++ code that looks > like c in first and second glance. No templates, in inheritance, no > overloading, none of the things that make c++ c++. In the kernel, I > don't care if the struct is called 'class', a

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Gilad Ben-Yossef
On Mon, 2002-06-10 at 17:56, Muli Ben-Yehuda wrote: > [Email Advisor Warning: language flamewar brewing, possibility > 60%. Dump message? NO. Are you sure? YES. Really? YES. Really Re^C^C] > > On Mon, Jun 10, 2002 at 05:22:17PM +0300, Gilad Ben-Yossef wrote: > > On Mon, 2002-06-10 at 13:28, Muli

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Hetz Ben Hamo
On Monday 10 June 2002 17:32, Eli Marmor wrote: > Official Flamer/Cabal NON-Leader wrote: > > Errr, you're not exactly correct. It can also be compiled with the > > Intel compiler. Needs some tweaking, but can be done. Caveat - I did not > > benchmark ;-). > > IIRC, the Intel compiler beats GCC in

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Muli Ben-Yehuda
[Email Advisor Warning: language flamewar brewing, possibility 60%. Dump message? NO. Are you sure? YES. Really? YES. Really Re^C^C] On Mon, Jun 10, 2002 at 05:22:17PM +0300, Gilad Ben-Yossef wrote: > On Mon, 2002-06-10 at 13:28, Muli Ben-Yehuda wrote: > > > As for implying that we might write k

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Eli Marmor
Official Flamer/Cabal NON-Leader wrote: > Errr, you're not exactly correct. It can also be compiled with the > Intel compiler. Needs some tweaking, but can be done. Caveat - I did not > benchmark ;-). IIRC, the Intel compiler beats GCC in benchmarks. This issue was discussed somewhere in the pa

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Muli Ben-Yehuda
On Mon, Jun 10, 2002 at 05:17:06PM +0300, Official Flamer/Cabal NON-Leader wrote: > Quoth Muli Ben-Yehuda: > > > The kernel can only be compiled with ONE compiler, gcc, due to > > extensive use of gcc'isms[1]. C++ style comments, which personally I > > Errr, you're not exactly correct. It can al

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Gilad Ben-Yossef
On Mon, 2002-06-10 at 13:28, Muli Ben-Yehuda wrote: > As for implying that we might write kernel modules in C++, sir, such a > comment would cause me (as a Qlusters kernel hacker) to demand > satisfaction at dawn, sir. I'll settle for a beer after the revolution > OS event, though ;) > Sorry t

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Official Flamer/Cabal NON-Leader
Quoth Muli Ben-Yehuda: > The kernel can only be compiled with ONE compiler, gcc, due to > extensive use of gcc'isms[1]. C++ style comments, which personally I Errr, you're not exactly correct. It can also be compiled with the Intel compiler. Needs some tweaking, but can be done. Caveat - I did n

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Muli Ben-Yehuda
On Mon, Jun 10, 2002 at 03:31:10PM +0300, Shachar Shemesh wrote: > > > Muli Ben-Yehuda wrote: > > >As for implying that we might write kernel modules in C++, sir, such a > >comment would cause me (as a Qlusters kernel hacker) to demand > >satisfaction at dawn, sir. I'll settle for a beer after

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Shachar Shemesh
Muli Ben-Yehuda wrote: >As for implying that we might write kernel modules in C++, sir, such a >comment would cause me (as a Qlusters kernel hacker) to demand >satisfaction at dawn, sir. I'll settle for a beer after the revolution >OS event, though ;) > > Do NOT open for discussion things whi

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Muli Ben-Yehuda
On Mon, Jun 10, 2002 at 01:43:35PM +0300, Lior Kesos wrote: > > > As for implying that we might write kernel modules in C++, sir, such a > > comment would cause me (as a Qlusters kernel hacker) to demand > > satisfaction at dawn, sir. I'll settle for a beer after the revolution > > OS event, thou

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Lior Kesos
> As for implying that we might write kernel modules in C++, sir, such a > comment would cause me (as a Qlusters kernel hacker) to demand > satisfaction at dawn, sir. I'll settle for a beer after the revolution > OS event, though ;) > Is the revolution OS event on in the end? -- Lior Kesos ,

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Nadav Har'El
On Mon, Jun 10, 2002, Shachar Shemesh wrote about "Re: [Job Offer] Qlusters is looking for a few good main()": > Gilad Ben-Yossef wrote: > >#endif // __KERNEL__ > Using C++ style comments in kernel code? Actually, these are BCPL-style comments. C left them out,

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Moshe Zadka
On Mon, 10 Jun 2002, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Using C++ style comments in kernel code? That tends to greatly limit the > compilers you can use to compile your code (assuming you are not writing > C++ kernel modules, that is). Not really. You shouldn't be using anything othe

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Muli Ben-Yehuda
On Mon, Jun 10, 2002 at 01:16:13PM +0300, Shachar Shemesh wrote: > Gilad Ben-Yossef wrote: > > >#endif // __KERNEL__ > > > Using C++ style comments in kernel code? That tends to greatly limit the > compilers you can use to compile your code (assuming you are not writing > C++ kernel modules, t

Re: [Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Shachar Shemesh
Gilad Ben-Yossef wrote: >#endif // __KERNEL__ > > > Using C++ style comments in kernel code? That tends to greatly limit the compilers you can use to compile your code (assuming you are not writing C++ kernel modules, that is). Shachar ===

[Job Offer] Qlusters is looking for a few good main()

2002-06-10 Thread Gilad Ben-Yossef
#include #include Qlusters ltd. is a 6 months old startup building a single system image cluster solution based on Linux for high performance and enterprise computing, based in Tel-Aviv. #ifdef __KERNEL__ We're looking for Linux kernel hackers and highly experienced programmers who wish to be