"Store" & "Load" Bytecode Instruction #1
Labels
bytecode
Issues related to bytecode
enhancement
New feature or request
instruction
Bytecode instruction
need-documentation
This issue introduces a new feature that requires fresh documentation
Milestone
Spec
store [name] (==1)
load [name]
Concerns
store_fast [to_eval, name]
command that would combineconstexpr [to_eval]
andstore [name]
.The text was updated successfully, but these errors were encountered: