OSDN Git Service

Fix run-test 458-long-to-fpu.
authorRoland Levillain <rpl@google.com>
Tue, 2 Jun 2015 16:05:20 +0000 (17:05 +0100)
committerRoland Levillain <rpl@google.com>
Tue, 2 Jun 2015 16:28:39 +0000 (17:28 +0100)
commit3c829a353e7d5896c010d20378916b6209e0d01b
tree950729c665021024304089e41c2dbcf53492f0d9
parent122addc3962207badd364b00a75a58639e76b10c
Fix run-test 458-long-to-fpu.

- Make $noinline$DoubleConvert actually exercise
  long-to-double conversions (instead of long-to-float
  conversions).
- Change the inlining-defeating strategy: introduce an
  always-throwing branch in $noinline$FloatConvert and
  $noinline$DoubleConvert instead of using recursion, as the
  inliner now inlines recursive calls (down to a certain
  depth).

Change-Id: Ib83a89039968e597cf74d26b5779d410f3caf743
test/458-long-to-fpu/info.txt
test/458-long-to-fpu/src/Main.java