braid icon indicating copy to clipboard operation
braid copied to clipboard

Make generated code for extern function calls easier to read

Open sampsyo opened this issue 8 years ago • 0 comments

Currently, we compile references to extern functions as closures with empty environments. This makes it hard to see what the generated code is doing. We should instead special-case calls that refer to externs to call those functions directly, with no closure wrapping.

sampsyo avatar Jul 19 '17 14:07 sampsyo