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

Issue 22266005: Inline fsin/fcos. Huge speedup on Box2D. (Closed)

Created:
7 years, 4 months ago by srdjan
Modified:
7 years, 4 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, Vyacheslav Egorov (Google), vm-dev_dartlang.org
Visibility:
Public.

Description

Inline fsin/fcos. Huge speedup on Box2D. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=25816

Patch Set 1 #

Patch Set 2 : #

Total comments: 12

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -28 lines) Patch
M runtime/vm/flow_graph_compiler.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 2 chunks +13 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 6 chunks +13 lines, -6 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 2 chunks +9 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 2 chunks +22 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 2 chunks +22 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 4 months ago (2013-08-05 23:20:06 UTC) #1
Ivan Posva
LGTM with mostly stylistic comments. -Ivan https://codereview.chromium.org/22266005/diff/9001/runtime/vm/flow_graph_compiler_arm.cc File runtime/vm/flow_graph_compiler_arm.cc (right): https://codereview.chromium.org/22266005/diff/9001/runtime/vm/flow_graph_compiler_arm.cc#newcode46 runtime/vm/flow_graph_compiler_arm.cc:46: bool FlowGraphCompiler::SupportsInlinedTrigonometrics() { ...
7 years, 4 months ago (2013-08-05 23:32:16 UTC) #2
srdjan
Thanks! https://codereview.chromium.org/22266005/diff/9001/runtime/vm/flow_graph_compiler_arm.cc File runtime/vm/flow_graph_compiler_arm.cc (right): https://codereview.chromium.org/22266005/diff/9001/runtime/vm/flow_graph_compiler_arm.cc#newcode46 runtime/vm/flow_graph_compiler_arm.cc:46: bool FlowGraphCompiler::SupportsInlinedTrigonometrics() { On 2013/08/05 23:32:16, Ivan Posva ...
7 years, 4 months ago (2013-08-06 15:43:05 UTC) #3
srdjan
7 years, 4 months ago (2013-08-06 15:46:36 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r25816 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698