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

Issue 2658733002: VM: Remove unused optimization of merging of sin/cos. (Closed)

Created:
3 years, 11 months ago by Florian Schneider
Modified:
3 years, 11 months ago
Reviewers:
rmacnak, Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

VM: Remove unused optimization of merging of sin/cos. It was only implemented on ia32/x64, and has been disabled for a long time (broken on Windows). Fixes #22504. R=johnmccutchan@google.com Committed: https://github.com/dart-lang/sdk/commit/9ea0dbcab13c1cb3c13847ada6ff0aab3ad15df1

Patch Set 1 #

Patch Set 2 : Remove now unused representation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -258 lines) Patch
M runtime/vm/code_generator.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/code_generator.cc View 1 chunk +0 lines, -8 lines 0 comments Download
M runtime/vm/flag_list.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph.h View 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/flow_graph.cc View 2 chunks +0 lines, -58 lines 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 1 3 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_dbc.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 8 chunks +1 line, -15 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +0 lines, -69 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 2 chunks +0 lines, -60 lines 0 comments Download
M runtime/vm/locations.h View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 8 (3 generated)
Florian Schneider
3 years, 11 months ago (2017-01-26 01:27:47 UTC) #2
Cutch
LGTM. Note that this did provide a measurable (single digit %) performance increase in box2d. ...
3 years, 11 months ago (2017-01-26 13:57:27 UTC) #4
Florian Schneider
On 2017/01/26 13:57:27, Cutch wrote: > LGTM. > > Note that this did provide a ...
3 years, 11 months ago (2017-01-26 15:33:27 UTC) #5
Cutch
On 2017/01/26 15:33:27, Florian Schneider wrote: > On 2017/01/26 13:57:27, Cutch wrote: > > LGTM. ...
3 years, 11 months ago (2017-01-26 15:39:03 UTC) #6
Florian Schneider
3 years, 11 months ago (2017-01-26 20:43:01 UTC) #8
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
9ea0dbcab13c1cb3c13847ada6ff0aab3ad15df1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698