Anteru's blog
  • Consulting
  • Research
    • Assisted environment probe placement
    • Assisted texture assignment
    • Edge-Friend: Fast and Deterministic Catmull-Clark Subdivision Surfaces
    • Error Metrics for Smart Image Refinement
    • High-Quality Shadows for Streaming Terrain Rendering
    • Hybrid Sample-based Surface Rendering
    • Interactive rendering of Giga-Particle Fluid Simulations
    • Quantitative Analysis of Voxel Raytracing Acceleration Structures
    • Real-time Hybrid Hair Rendering
    • Real-Time Procedural Generation with GPU Work Graphs
    • Scalable rendering for very large meshes
    • Spatiotemporal Variance-Guided Filtering for Motion Blur
    • Subpixel Reconstruction Antialiasing
    • Tiled light trees
    • Towards Practical Meshlet Compression
  • About
  • Archive

VC++ future and where is Microsoft going today?

August 20, 2007
  • Programming
approximately 1 minutes to read

Recently, Microsoft is quite open about the future of VC++, unlike the years before, and things are looking good actually. Herb Sutter is busy working on Concur (see Concur & C++ Presentation at Google Video). Nice to see a real guru like him working on concurrency stuff, cause he might have a chance to get it working and used (after all, he is the chairman of the ISO C++ committee and the VC++ lead). The VC++ compiler is getting a new frontend. This also includes a new code model which, for the first time, allows access to the compiler’s AST. While it might sound like a normal thing these days, the AST wasn’t available earlier because the compiler is partly 20 years old:

“In the days of the 256K limit, a large, in-memory structure such as a whole-program AST was not feasible”

Note this is all post-Orcas, so we’re talking about Visual Studio 201x here. They’re also working on the native code side (even the vice president understood now that native code isn’t going anywhere), including stuff from C++ 0x. Interesting stuff going on for sure, after they have fallen behind with the compiler quite a bit compared to the latest Intel C++ or Sun Studio.

Previous post
Next post

Recent posts

  • Data formats: Why CSV and JSON aren't the best
    Posted on 2024-12-29
  • Replacing cron with systemd-timers
    Posted on 2024-04-21
  • Open Source Maintenance
    Posted on 2024-04-02
  • Angular, Caddy, Gunicorn and Django
    Posted on 2023-10-21
  • Effective meetings
    Posted on 2022-09-12
  • Older posts

Find me on the web

  • GitHub
  • GPU database
  • Projects

Follow me

Anteru NIV_Anteru
Contents © 2005-2025
Anteru
Imprint/Impressum
Privacy policy/Datenschutz
Made with Liara
Last updated February 03, 2019