This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PL_cshname is actually a constant value known at compile time.
authorNicholas Clark <nick@ccl4.org>
Fri, 5 Oct 2007 20:31:23 +0000 (20:31 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 5 Oct 2007 20:31:23 +0000 (20:31 +0000)
commit618b9757aa96db62da872255c9caeb6443086539
tree4ffcbd40e46f844bae72d6530a1542a69da03059
parent5e7aa789c35577c2a092ac2f2d75bcee74e9b7f1
PL_cshname is actually a constant value known at compile time.
PL_cshlen can be calculated by the compiler. So eliminate both as
interpreter variables, and the code that calculates PL_cshlen at
runtime.

p4raw-id: //depot/perl@32035
embed.fnc
embed.h
embedvar.h
intrpvar.h
perl.h
perlapi.h
proto.h
sv.c
toke.c