Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
BSD Operating Systems

GCC 3.3 Update Status on NetBSD 33

Dan writes "Matthew Green says that the gcc3 update on NetBSD is going well. They are almost ready to switch several platforms including i386, sparc, sparc64, arm, mipsel, alpha. Mipseb and m68k are almost done. Sets lists need to be updated and building more kernels with gcc3.3 are the things still pending."
This discussion has been archived. No new comments can be posted.

GCC 3.3 Update Status on NetBSD

Comments Filter:
  • Waiting for 3.4 (Score:5, Informative)

    by Markus Registrada ( 642224 ) on Saturday August 09, 2003 @09:08PM (#6657226)
    I hope they are not planning to stick with 3.3 for the indefinite future. Gcc-3.4 is where the major improvements are going, and its ABI is meant to be stable for a long time. The 3.3 series is just for practice, as it were. For example, getting iostreams to take advantage of NetBSD's UVM, and expose zero-copy I/O at the user level, will happen early in the 3.4 series. 3.4 is getting precompiled headers and other practical work on faster compilation.

    The same advice goes for Debian and the other distributions as well (although of course Linux doesn't have UVM yet). It would be a serious mistake to put in that much work just for 3.3 itself, although the work isn't wasted because after getting everything working on 3.3, switching to 3.4 should be (technically) pretty easy.

    • Re:Waiting for 3.4 (Score:5, Interesting)

      by ctr2sprt ( 574731 ) on Saturday August 09, 2003 @09:51PM (#6657377)
      I'm not worried about the ABI compatibility, I'm worried about the reliability of the compiler. gcc has been an extremely dangerous product for some time now. If you run anything more than -O you're in real danger of getting broken code, even on popular architectures and operating systems.

      If I were running things over at NetBSD HQ, I'd be much more worried about that than feature-completeness.

    • Don't they say that (stable A[BP]I) every time? :)

      Okay, enough the flamebait. I've tried to update
      MirBSD (which went from ports-gcc-3.2.2 to in-tree
      backup gcc-2.95 due to a failure in the gcc 3.3
      update for the ports) to an in-tree 3.3 gcc, and
      somehow it failed.

      Right now I've imported gcc 3.3.1, but have no
      idea whatsoever if it'll work.
      If someone wants to help, reply (I get mailed).
    • Re:Waiting for 3.4 (Score:1, Insightful)

      by Anonymous Coward
      "(although of course Linux doesn't have UVM yet)"

      What an utterly meaningless statement. UVM was a redesign of the Mach-derivied 4.4BSD VM (which was in turn a replacement for the original, highly VAX specific VM).

      Linux's VM is a totally seperate implementation from either the old Mach-based VM, or UVM.

      You might as well say "of course, NetBSD doesn't have NET4 yet"; of course it doesn't, it has it's own, seperate TCP/IP stack.

      It's because of people like you that I have to preface "I use NetBSD" with: "I
      • I'm afraid I'm one of the Linux crazies.

        Furthermore, I think NetBSD's (and OpenBSD's) UVM zero-copy features are positively uttergloss. I wish Linux was poised to offer anything even close. There's no way, though, that Linux will have them before 2.8 or 3.0, in two to five years.

        Making libstdc++ able to use those features transparently, once they do appear, should hasten their arrival. There's nothing like the prospect of making dozens (or hundreds) of existing programs several times faster on milli

  • NetBSD (Score:3, Insightful)

    by kernelistic ( 160323 ) on Saturday August 09, 2003 @09:52PM (#6657378)
    It's nice to see NetBSD updating their compiler suite to something newer. Compiling and testing for so many archs and procs is quite an undertaking!

Those who can, do; those who can't, write. Those who can't write work for the Bell Labs Record.

Working...