Re: Constant pool overflow (PATCH)

[email protected] (Wolfgang Hamann) Thu, 18 Sep 2003 02:02:10 +0200 (CEST)
Newsgroups gmane.comp.web.ming.general
Message-ID <wolfgang-1030918020209.A1523409@loopback>
Hi strk,

thanks for the patch - unfortunately you are wrong about the MAXPOOLITEMS
The swf format (even in SWF5) allows for bigger string indices. It uses code 8
for the single-byte index and 9 for a two-byte index. Consequently there is no limit on
the pool items, only on the total pool size in bytes

Wolfgang