• Poul-Henning Kamp's avatar
    Have the VCL compiler provide a hint about the worst case number of · 26194507
    Poul-Henning Kamp authored
    operations on the req.hash variable.
    
    It is only a hint, because it merely counts how many times the parser
    saw something being added to the req.hash variable.  If the operation
    was in a subroutine which was called multiple times, the hint will not
    reflect the number of actual operations.
    
    For now we will deal with that at runtime, at the expense of a
    failed transaction every time we run short.  If this becomes an issue,
    an extensive topological analysis of the VCL program can give us
    a definitive count.
    
    
    
    git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1803 d4fa192b-c00b-0410-8231-f00ffab90ce4
    26194507
Name
Last commit
Last update
..
compat Loading commit data...
Makefile.am Loading commit data...
binary_heap.h Loading commit data...
cli.h Loading commit data...
cli_common.h Loading commit data...
cli_priv.h Loading commit data...
flopen.h Loading commit data...
http_headers.h Loading commit data...
libvarnish.h Loading commit data...
libvcl.h Loading commit data...
miniobj.h Loading commit data...
queue.h Loading commit data...
shmlog.h Loading commit data...
shmlog_tags.h Loading commit data...
stat_field.h Loading commit data...
stats.h Loading commit data...
varnishapi.h Loading commit data...
vcl.h Loading commit data...
vcl_returns.h Loading commit data...
vpf.h Loading commit data...
vrt.h Loading commit data...
vrt_obj.h Loading commit data...
vsb.h Loading commit data...
vss.h Loading commit data...