Slashdot Mirror


Interview with Mark Mitchel, GCC's Release Engineer

ICC-Rocks writes "In light of the imminent release of the first 'stable' version of GCC version 3, OSNews features an interview with Mark Mitchel, GCC's Release Engineer. They are talking about GCC 3.x, the future and the competition."

1 of 50 comments (clear)

  1. GCC 3.0 has some great features by PhysicsGenius · · Score: 0, Funny
    With 3.0 gcc is finally poised to be the compiler of choice for all operating systems. Consider this feature set:

    -Just In Time assembling (JITa)
    -pipeline overflow caching
    -memory protection beyond the 4 MB barrier
    -interlaced object replacement with error redundancy cycles
    -and much, much more

    It's a great time to jump in and learn to program which is just what I intend to do.