You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current implementation of the profiler relies on parts of code extracted from cairo repo either because they require some changes or because they are private.
create_metadata is a private function in cairo-lang-runner that initialises the Metadata object of a Sierra Program. This object is used, in cairo-replay, by SierraCasmRunnerLight constructor.
For ease of compatibility with future versions of cairo, it could be useful to make create_metadata public.
The text was updated successfully, but these errors were encountered:
Current implementation of the profiler relies on parts of code extracted from
cairo
repo either because they require some changes or because they are private.create_metadata
is a private function incairo-lang-runner
that initialises theMetadata
object of a Sierra Program. This object is used, incairo-replay
, bySierraCasmRunnerLight
constructor.For ease of compatibility with future versions of
cairo
, it could be useful to makecreate_metadata
public.The text was updated successfully, but these errors were encountered: