buzz
buzz copied to clipboard
Don't JIT compile twice functions with the same body and signature
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.