Skip to content
Commit 72ca7220 authored by Mike Hommey's avatar Mike Hommey Committed by Jason Evans
Browse files

Use echo instead of cat in loops in size_classes.sh

This avoids fork/exec()ing in loops, as echo is a builtin, and makes
size_classes.sh much faster (from > 10s to < 0.2s on mingw on my machine).
parent 2d04f5e5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment