Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(191)

Issue 10603004: Fix bug in inlined Math.sqrt. (Closed)

Created:
8 years, 6 months ago by srdjan
Modified:
8 years, 6 months ago
Reviewers:
siva
CC:
reviews_dartlang.org, vm-dev_dartlang.org, regis
Visibility:
Public.

Description

Fix bug in inlined Math.sqrt. Committed: https://code.google.com/p/dart/source/detail?r=8958

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M runtime/vm/assembler_macros_x64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +1 line, -0 lines 1 comment Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 chunk +1 line, -0 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
srdjan
8 years, 6 months ago (2012-06-21 00:36:10 UTC) #1
siva
8 years, 6 months ago (2012-06-21 00:39:59 UTC) #2
lgtm

https://chromiumcodereview.appspot.com/10603004/diff/1/runtime/vm/flow_graph_...
File runtime/vm/flow_graph_compiler_ia32.cc (right):

https://chromiumcodereview.appspot.com/10603004/diff/1/runtime/vm/flow_graph_...
runtime/vm/flow_graph_compiler_ia32.cc:89: __ Drop(1);
Could you add a comment here explaining that the argument was on stack and needs
to be popped when the fast case succeeds.

https://chromiumcodereview.appspot.com/10603004/diff/1/runtime/vm/flow_graph_...
File runtime/vm/flow_graph_compiler_x64.cc (right):

https://chromiumcodereview.appspot.com/10603004/diff/1/runtime/vm/flow_graph_...
runtime/vm/flow_graph_compiler_x64.cc:898: __ Drop(1);
Ditto.

Powered by Google App Engine
This is Rietveld 408576698