[cairo-commit] ROADMAP

Behdad Esfahbod behdad at kemper.freedesktop.org
Fri Aug 18 12:49:46 PDT 2006


 ROADMAP |    3 +++
 1 files changed, 3 insertions(+)

New commits:
diff-tree aa2260cfbbf5fd5c923409962814c6795e5ecc41 (from 9c2d9d590b218db7edd74cb1ab7e24799bbb62eb)
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Fri Aug 18 15:49:38 2006 -0400

    [ROADMAP] Add using alloca

diff --git a/ROADMAP b/ROADMAP
index 6a2eb0a..23b75ff 100644
--- a/ROADMAP
+++ b/ROADMAP
@@ -71,6 +71,9 @@ cairo 1.4.0 ideas (think performance!)
 
  New tessellator
 
+ Look into using alloca instead of malloc when copying glyphs/path/etc to edit
+ and use in one function and deallocate upon return.
+
  Look into generating EPS.  That may be done using a new constructor for the
  PS backend, or better, using an API similar to
  cairo_svg_surface_restrict_to_version.  The PDF backend needs a restrict_to


More information about the cairo-commit mailing list