forked from OSchip/llvm-project
[WebAssembly] Add another optimization idea to README.txt.
llvm-svn: 261354
This commit is contained in:
parent
41331afaef
commit
87e368b7db
|
@ -100,3 +100,9 @@ WebAssembly registers are implicitly initialized to zero. Explicit zeroing is
|
||||||
therefore often redundant and could be optimized away.
|
therefore often redundant and could be optimized away.
|
||||||
|
|
||||||
//===---------------------------------------------------------------------===//
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
||||||
|
Small indices may use smaller encodings than large indices.
|
||||||
|
WebAssemblyRegRenumbering should sort registers according to their usage
|
||||||
|
frequency to maximize the usage of smaller encodings.
|
||||||
|
|
||||||
|
//===---------------------------------------------------------------------===//
|
||||||
|
|
Loading…
Reference in New Issue