Search the web
Sign In
New User? Sign Up
scott_meyers · The Scott Meyers Mailing List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
April 25 Talk in Redmond, WA   Message List  
Reply | Forward Message #117 of 138 |
I'll be giving a talk for the Northwest C++ Users Group on some recent work I've
been doing that actually borders on research. The fundamental idea is to find a
way to partition code such that calls can cross partition boundaries only if
certain conditions are satisfied. For example, thread-safe code would not be
able to call thread-unsafe code without explicit permission, ditto for
exception-safe code, etc. Users can define their own partition boundaries (e.g.
Scott's code should not be able to call Jill's code) , and, this being C++, the
rules should, as much as possible, be enforced during compilation. The talk is
called "Red Code, Green Code: generalizing const."

Details are available at http://www.nwcpp.org/Meetings/2007/04.html . I hope to
see you there.

Scott




Fri Apr 6, 2007 6:44 pm

scott_d_meyers
Offline Offline
Send Email Send Email

Forward
Message #117 of 138 |
Expand Messages Author Sort by Date

I'll be giving a talk for the Northwest C++ Users Group on some recent work I've been doing that actually borders on research. The fundamental idea is to find...
Scott Meyers
scott_d_meyers
Offline Send Email
Apr 6, 2007
6:02 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help