reilabs / hieratika

Efforts to compile LLVM bytecode to run on top of the CairoVM and hence execute provably on Starknet
http://starknet.io
Apache License 2.0
2 stars 0 forks source link

Customize Function Call Semantics #46

Open ktemkin opened 2 months ago

ktemkin commented 2 months ago

Description

In #39 we implemented a naïve version of function call translation that is sub-optimal due to the need for additional bookkeeping. This task deals with determining if and how we want to customize our function call semantics to yield better performance.