English | 中文 | Русский | Français
2,602 Posts served
8,351 Conversations started
(I'm attending the OpenSolaris Developer Conference, OSdevCon in Prague this week. Periodically I will try to live blog where I can about some of the talks I hear.
What is the most ideal platform to use for development? I attended a "tutorial" on this subject, which really turned into a mini-conference really on C++ development.
Dennis had some really interesting comments on developing on Solaris:
So they deploy on Solaris but they develop on Linux mostly due to the build speed issue, though a few develop on Mac OS and their desktop client is being developed on Windows.
In retrospect, this would have been a good venue to introduce TBB to the audience!
| June 30, 2008 9:12 AM PDT
Vijay Tatkar |
Nice post, Dave. Good observations and a nice writeup and a lot of it jives with what we see as well. I am going to ask Roman to follow up on the compile time comments observation. I suspect its more gcc/Linux vs. SunStudio/Solaris than Linux v Solaris. Which generally boils down to the magic of "what compile options were used". At higher opt levels, we do a lot of analysis to deliver better performance, but still its worth chasing down. Good observation about TBB. I hope it gets more airtime this year on Solaris. Keep up the good work of blogging about Solaris; I enjoy reading these posts |

EdwardOCallaghan
Thanks.