aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-12-28 00:56:32 -0200
committerGravatar Yuri Kunde Schlesner <yuriks@yuriks.net>2014-12-29 02:08:09 -0200
commita320d1a5b4b7ce3b90372697fbe50242b78d082e (patch)
tree727b752af17e41adc52006dfe6d8aa33b6894ecf /CMakeLists.txt
parentd151d797b1c281d5813ca705722f43b4be20ca6d (diff)
Clipper: Avoid dynamic allocations
The triangle clipper was allocating its temporary input, output and work buffers using a std::vector. Since this is a hot path, it's desirable to use stack allocation instead.
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions