svn commit: r1529 - trunk/yasm/libyasm

peter at tortall.net peter at tortall.net
Mon May 8 00:51:24 PDT 2006


Author: peter
Date: Mon May  8 00:51:23 2006
New Revision: 1529

Modified:
   trunk/yasm/libyasm/expr.c
Changeset:
   http://www.tortall.net/projects/yasm/changeset/1529

Log:
* expr.c: Don't hit the allocator so hard with tiny temporary requests when
creating expressions; instead, keep a pool of 31 yasm_expr__items and pull
from those instead of malloc/free'ing.



More information about the yasm-cvs mailing list