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

Issue 106623006: Fix bug in double unboxing. (Closed)

Created:
7 years ago by Florian Schneider
Modified:
7 years ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fix bug in double unboxing. The state bit that record if a field is unboxed or not has to be checked in unoptimized code as well, since that code does not change when deoptimizing. I also compacted the kind_bits bit field in the Field class to start from bit 0. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=31229

Patch Set 1 #

Patch Set 2 : fixed mips code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -1 line) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/object.h View 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
7 years ago (2013-12-18 12:23:10 UTC) #1
srdjan
lgtm
7 years ago (2013-12-18 15:25:49 UTC) #2
Florian Schneider
7 years ago (2013-12-18 15:46:44 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r31229 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698