Re: [Spice-devel] [3/ ]fold do_run into uncompress
ACK On Mon, Sep 24, 2012 at 10:49:18AM -0500, Aric Stewart wrote: > eliminates a function call and many object references for performance > > > Signed-off-by: Aric Stewart > --- > quic.js | 134 ++ > 1 files changed, 73 insertions(+), 6
[Spice-devel] [3/ ]fold do_run into uncompress
eliminates a function call and many object references for performance Signed-off-by: Aric Stewart --- quic.js | 134 ++ 1 files changed, 73 insertions(+), 61 deletions(-) diff --git a/quic.js b/quic.js index 0bae57e..0e33610 100644 --