bugfix: xo-jit: track expanded lambda api
This commit is contained in:
parent
eb2d627f85
commit
d74e56bc74
3 changed files with 16 additions and 9 deletions
|
|
@ -167,7 +167,8 @@ main() {
|
|||
/* (define (lm_1 x) (sin (cos x))) */
|
||||
auto lambda = make_lambda("lm_1",
|
||||
{x_var},
|
||||
call2);
|
||||
call2,
|
||||
nullptr /*parent_env*/);
|
||||
|
||||
log && log(xtag("expr", lambda));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue