On Mon, Aug 27, 2007 at 06:40:13PM +0200, Udo Giacomozzi wrote: > Hello strk, > > Monday, August 27, 2007, 3:23:09 PM, you wrote: > s> What about making gnash::stream cache controllable by user ? > s> For example, tag loaders which intend to use the underlying stream > s> could disable caching, while others could cache the whole tag. > > That won't work as the read-ahead cache would load data (= steal data) > from tu_file which instead should be read by these special tag > loaders.
tag loaders which will use the underlying stream will NOT enable the cache.. > I fear we won't be able to implement any kind of caching mechanism > unless *everything* uses "stream" to load data or bit-reading is > implemented in tu_file itself. The latter case is the worst thing I > can imagine. I'd still research on externalizing the cached-bits-reader into a specialized class. --strk; _______________________________________________ Gnash-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnash-dev

