John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
will the common subexpression for accessing the item be optimized? Deparse doesn't show anything interesting but that's not conclusive. Does anybody know more about this, or can interpret a deeper kind of dump?$$very{nested}{hash}= $something unless exists $$very{nested}{hash};
—John
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Are common access expressions optimized?
by Aristotle (Chancellor) on Dec 23, 2002 at 16:07 UTC | |
by John M. Dlugosz (Monsignor) on Dec 23, 2002 at 16:20 UTC | |
by Aristotle (Chancellor) on Dec 23, 2002 at 16:34 UTC | |
by paulbort (Hermit) on Dec 24, 2002 at 19:05 UTC | |
Re: Are common access expressions optimized?
by broquaint (Abbot) on Dec 23, 2002 at 16:13 UTC | |
Re: Are common access expressions optimized?
by Elian (Parson) on Dec 23, 2002 at 17:06 UTC | |
by John M. Dlugosz (Monsignor) on Dec 24, 2002 at 03:04 UTC | |
by Elian (Parson) on Dec 24, 2002 at 04:29 UTC |