diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2006-08-18 15:49:38 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2006-08-18 15:49:38 -0400 |
commit | aa2260cfbbf5fd5c923409962814c6795e5ecc41 (patch) | |
tree | 28864ed076cdfd04ab2b1f90709754fbe4649c2a /ROADMAP | |
parent | 9c2d9d590b218db7edd74cb1ab7e24799bbb62eb (diff) |
[ROADMAP] Add using alloca
Diffstat (limited to 'ROADMAP')
-rw-r--r-- | ROADMAP | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |