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

Issue 10915200: Optimistically inline Math.sqrt as unboxed sqrtsd instruction. (Closed)

Created:
8 years, 3 months ago by Vyacheslav Egorov (Google)
Modified:
8 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Optimistically inline Math.sqrt as unboxed sqrtsd instruction. R=kmillikin@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=12200

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -15 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 2 chunks +15 lines, -3 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 chunk +5 lines, -0 lines 1 comment Download
M runtime/vm/intermediate_language.h View 6 chunks +48 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 2 chunks +5 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +16 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Vyacheslav Egorov (Google)
8 years, 3 months ago (2012-09-11 13:48:09 UTC) #1
Vyacheslav Egorov (Google)
forwarding to Kevin.
8 years, 3 months ago (2012-09-11 14:11:23 UTC) #2
Vyacheslav Egorov (Google)
really forwarding to Kevin
8 years, 3 months ago (2012-09-11 14:11:44 UTC) #3
Kevin Millikin (Google)
8 years, 3 months ago (2012-09-11 14:43:15 UTC) #4
lgtm

https://chromiumcodereview.appspot.com/10915200/diff/1/runtime/vm/il_printer.cc
File runtime/vm/il_printer.cc (right):

https://chromiumcodereview.appspot.com/10915200/diff/1/runtime/vm/il_printer....
runtime/vm/il_printer.cc:443: void
MathSqrtInstr::PrintOperandsTo(BufferFormatter* f) const {
Default implementation Definition::PrintOperandsTo should do this.

Powered by Google App Engine
This is Rietveld 408576698