diff options
author | David Mitchell <davem@iabyn.com> | 2012-11-25 16:36:43 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2012-12-04 10:22:20 +0000 |
commit | d172696c35223548e4cde3868d91bd72b7c7c195 (patch) | |
tree | 0f86dd28fc008da2bd85eedbd6d49ef7992111c7 /scope.h | |
parent | a3444cc5f8f286b7d8760d1675a39eb29de51067 (diff) | |
download | perl-d172696c35223548e4cde3868d91bd72b7c7c195.tar.gz |
save_int/i32 inline the long version
Both these functions were structured as
if (int will fit in type)
SS_ADD(...);
else
save_pushi32ptr(...)
Inline the call of the "long" version of the save. With refactoring, the
machine code (x86_64, gcc -O2) is no larger than before, and saves time
on the long version.
Diffstat (limited to 'scope.h')
0 files changed, 0 insertions, 0 deletions