generated from stacks-network/.github
-
Notifications
You must be signed in to change notification settings - Fork 19
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersoptimization
Description
Currently, something like (list x y z)
will be compiled into the instructions to evaluate each arguments at runtime then write them to memory at a specified offset which will become our list.
However, for lists of literal elements such as (list 1 2 3)
, the representation could be computed and written to memory directly at compile time.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersoptimization