diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-10 17:29:00 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-10 17:33:23 -0700 |
commit | 32444e9c75d082c97c6ee7fbca2ca53982a54957 (patch) | |
tree | ed84a25f56c1abb5037391783acad55f266b7da1 /tools/eliminator/asm-eliminator-test-output.js | |
parent | 945c2fcf445e0cc1bf62c43383f902d3a7bdb04c (diff) |
only recurse on decreasing uses on locals, and clear out names to avoid confusion later
Diffstat (limited to 'tools/eliminator/asm-eliminator-test-output.js')
-rw-r--r-- | tools/eliminator/asm-eliminator-test-output.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/eliminator/asm-eliminator-test-output.js b/tools/eliminator/asm-eliminator-test-output.js index 747783a7..25ab23e4 100644 --- a/tools/eliminator/asm-eliminator-test-output.js +++ b/tools/eliminator/asm-eliminator-test-output.js @@ -348,4 +348,16 @@ function _org_apache_harmony_luni_util_NumberConverter_freeFormat__($me) { STACKTOP = __stackBase__; return $82 | 0; } +function __ZN23b2EdgeAndPolygonContact8EvaluateEP10b2ManifoldRK11b2TransformS4_($this, $manifold, $xfA, $xfB) { + $this = $this | 0; + $manifold = $manifold | 0; + $xfA = $xfA | 0; + $xfB = $xfB | 0; + var __stackBase__ = 0; + __stackBase__ = STACKTOP; + STACKTOP = STACKTOP + 256 | 0; + __ZN12b2EPCollider7CollideEP10b2ManifoldPK11b2EdgeShapeRK11b2TransformPK14b2PolygonShapeS7_(__stackBase__ | 0, $manifold, HEAP32[((HEAP32[($this + 48 | 0) >> 2] | 0) + 12 | 0) >> 2] | 0, $xfA, HEAP32[((HEAP32[($this + 52 | 0) >> 2] | 0) + 12 | 0) >> 2] | 0, $xfB); + STACKTOP = __stackBase__; + return; +} |