GabrielDosReis / ipr

Compiler-neutral Internal Program Representation for C++
BSD 3-Clause "New" or "Revised" License
221 stars 23 forks source link

restore ipr::Region::owner(), added a usage example #269

Closed GorNishanov closed 2 years ago

GorNishanov commented 2 years ago

There are three implementation nodes that host a Parameter_list. Mapping and Lambda will setup the Paramater_list region owner to themselves. Callable_species will leave the owner null. This requires more thinking. Issue: https://github.com/GabrielDosReis/ipr/issues/268