buzz icon indicating copy to clipboard operation
buzz copied to clipboard

Don't JIT compile twice functions with the same body and signature

Open giann opened this issue 2 years ago • 0 comments

fn hello() -> print("hello");

fn hi() -> print("hello");

Those two functions are the same and should be JIT compiled once. Find some kind of hash function for a function.

giann avatar Sep 19 '23 08:09 giann