Age | Commit message (Collapse) | Author |
|
|
|
protect it from replacements there; fixes #1614
|
|
|
|
|
|
|
|
optimizations entirely, and mark it as unsupported in non-le32
|
|
asm.js, fix unistd tests that use inline js to not validate, and make js optimizer more tolerant of inline js in asm code; fixes #1597
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
outlining thresholds as we go
|
|
flattening them out entirely
|
|
|
|
|
|
|
|
|
|
|
|
|
|
through an outline call
|
|
|
|
outlined function, to avoid problems when outlining right through the support code for a previous outlining
|
|
|
|
|
|
the original function in size
|
|
calling outlined funcitons, and right after using the value, so that we can handle nested outlined calls
|
|
|
|
|
|
|
|
outlined code returns sp (which also parallels that we sent it as the single parameter)
|
|
|
|
|
|
outlining parameters
|
|
|
|
recursive one
|
|
|