mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 02:30:11 +01:00
The original "slim" symbol rewriting was added without any shred of a set of performance evaluation, and mostly copy-pasted from a very early version of pixman. Pixman itself never used them, and most C libraries—like GLib and GTK—have dropped similar mechanisms over the past 15 years, as linkers have improved considerably in the meantime. Modern linkers provide functionality to avoid intra-library PLT jump through flags like `-Bsymbolic-functions`; we should use that, instead, and keep the code base more maintainable and debuggable. |
||
|---|---|---|
| .. | ||
| examples | ||
| .gitignore | ||
| cairo-script-file.c | ||
| cairo-script-hash.c | ||
| cairo-script-interpreter-uninstalled.pc.in | ||
| cairo-script-interpreter.c | ||
| cairo-script-interpreter.h | ||
| cairo-script-interpreter.pc.in | ||
| cairo-script-objects.c | ||
| cairo-script-operators.c | ||
| cairo-script-private.h | ||
| cairo-script-scanner.c | ||
| cairo-script-stack.c | ||
| COPYING | ||
| csi-bind.c | ||
| csi-exec.c | ||
| csi-replay.c | ||
| csi-trace.c | ||
| meson.build | ||