phate / jlm

GNU Lesser General Public License v2.1
44 stars 14 forks source link

Convert FunctionType to shared_ptr of type #508

Closed caleridas closed 3 weeks ago

caleridas commented 3 weeks ago

Convert lambda, call nodes and others to use "std::shared_ptr" instead of "const FunctionType &" to avoid copying instances.