stan-dev / stanc3

The Stan transpiler (from Stan to C++ and beyond).
BSD 3-Clause "New" or "Revised" License
140 stars 45 forks source link

Check correctness of function_inlining #274

Open VMatthijs opened 5 years ago

VMatthijs commented 5 years ago

The issue is to check correctness of the optimization in the issue title and to wire it up in the Stan_math backend (after the backend specific transformations). For now, it should be hidden behind a command line flag.

Check list:

rybern commented 4 years ago

I'd say that #522 addressed items 3 and 4. I did some substantial work on function inlining correctness in that patch, but I'm doing more work on items 1 and 2 here would still be beneficial.