runtime stack size reductions
commit5d2284afdc2d4f4ff122394ae5fd78a32cb8c09e
authorEric Wong <normalperson@yhbt.net>
Fri, 10 Jun 2011 23:54:47 +0000 (10 23:54 +0000)
committerEric Wong <normalperson@yhbt.net>
Sat, 11 Jun 2011 00:23:57 +0000 (11 00:23 +0000)
tree5dcdc08565def75ba7d7f106f30d45de9a6de1e2
parent987b9496171b090e62de488ddc7b9a175c4c8d33
runtime stack size reductions

This reduces the size of `caller` by 5 frames,
which should make backtraces easier-to-read, raising
exceptions less expensive, and reduce GC runtime.
bin/unicorn
bin/unicorn_rails
lib/unicorn.rb
lib/unicorn/http_server.rb