forked from OSchip/llvm-project
[WebAssembly] Add another possible code-size optimization to README.txt
llvm-svn: 262740
This commit is contained in:
parent
dc395b9d2b
commit
e6b81362e9
|
@ -106,3 +106,9 @@ WebAssemblyRegColoring and/or WebAssemblyRegRenumbering should sort registers
|
||||||
according to their usage frequency to maximize the usage of smaller encodings.
|
according to their usage frequency to maximize the usage of smaller encodings.
|
||||||
|
|
||||||
//===---------------------------------------------------------------------===//
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
When the last statement in a function body computes the return value, it can
|
||||||
|
just let that value be the exit value of the outermost block, rather than
|
||||||
|
needing an explicit return operation.
|
||||||
|
|
||||||
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
Loading…
Reference in New Issue