diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ should be in the bytecode before the files that they are used from, to reduce de * Document all limits. * To remove some overhead that external variables have on LhsExpr, make a ExternLhsExpr type. * Make function calls work for functions that return no value or returns multiple values. +* Some bytecode instructions take 3 operands. These should be optimized to operate directly on +the destination if the second or third operand is also the destination. # Documents Documents are located under doc. The file doc/Documentation.md is generated from source files by running doc/doc_extract.py but there is no need to run this script unless you are modifying documentation in the source. |