WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: Accelerated 2D Tesselation Implementation

Re: Accelerated 2D Tesselation Implementation

by Adam Barth-3 :: Rate this Message:

| View in Thread

On Sat, Aug 28, 2010 at 7:44 AM, Chris Marrin <cmarrin@...> wrote:
> That's why I still think this should all go into a branch for now. It will help us all see the results without having to deal with the issues of (2) right now.

An alternative to a branch is to use a run-time setting.  That worked
well for the HTML5 parser project.  If there's a clean abstraction
boundary in the code, we can use that as the branch point for the
setting.  The advantage of using a run-time setting is that you can
leverage all the tools for working on trunk (including code reviews,
etc) but you can avoid disturbing the vast majority of other
developers while your feature bakes.

Adam
_______________________________________________
webkit-dev mailing list
webkit-dev@...
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

 « Return to Thread: Accelerated 2D Tesselation Implementation