HomePhorge

(PUP-514) Extract method to match args with parameters
bb6d6dee61b7Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-514) Extract method to match args with parameters

The call() method of Closure was getting unwieldy. This extracts one of
the large portions of it and starts working it down into something a
little bit smaller.

Because this is on the normal path for evaluation, I don't want to
extract too many methods. Every method call is significant overhead here
:(

Details

Provenance
Andrew Parker <andy@puppetlabs.com>Authored on
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPU000493deb329: (PUP-514) Only check lambda args once
Branches
Unknown
Tags
Unknown

Event Timeline

Andrew Parker <andy@puppetlabs.com> committed rPUbb6d6dee61b7: (PUP-514) Extract method to match args with parameters (authored by Andrew Parker <andy@puppetlabs.com>).Jun 12 2014, 11:46 PM