summaryrefslogtreecommitdiff
path: root/src/lj_opt_sink.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Need to handle TBAR in SINK pass.Mike Pall2012-07-291-1/+1
| | | | Can only happen with -O-dse.
* Use an explicit flag to signal SINK tags for a trace.Mike Pall2012-07-111-2/+2
|
* Drop range limit for sunk stores relative to sunk allocation.Mike Pall2012-07-041-5/+5
|
* Add stricter check for sinking PHIs.Mike Pall2012-07-041-2/+3
|
* Fix NEWREF marking in SINK pass.Mike Pall2012-07-031-1/+1
|
* Add allocation sinking and store sinking optimization.Mike Pall2012-07-021-0/+244