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

Issue 1355953002: Fix lazy deoptimization from deferred code. (Closed)

Created:
5 years, 3 months ago by Florian Schneider
Modified:
5 years, 3 months ago
Reviewers:
rmacnak
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
https://github.com/dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Fix lazy deoptimization from deferred code. Insert enough padding to ensure enough space for when lazy deoptimization occurs from the last deferred code object. Also, speed up ia32 disassembler to avoid tests timing out. BUG= TBR=rmacnak@google.com, Committed: https://github.com/dart-lang/sdk/commit/18faa55764fecc021411e87070bd3868697a689c

Patch Set 1 #

Patch Set 2 : added other archs #

Patch Set 3 : fixed typo #

Patch Set 4 : speed up ia32 disassembler #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -16 lines) Patch
M runtime/vm/disassembler.cc View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/disassembler_ia32.cc View 1 2 3 2 chunks +1 line, -10 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 1 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm64.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 2 2 chunks +8 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M runtime/vm/instructions_arm.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/instructions_arm.cc View 1 1 chunk +7 lines, -3 lines 0 comments Download
M runtime/vm/instructions_arm64.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M runtime/vm/instructions_mips.h View 1 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 4 (1 generated)
Florian Schneider
5 years, 3 months ago (2015-09-19 15:17:08 UTC) #2
Florian Schneider
Committed patchset #4 (id:60001) manually as 18faa55764fecc021411e87070bd3868697a689c.
5 years, 3 months ago (2015-09-19 16:00:41 UTC) #3
rmacnak
5 years, 3 months ago (2015-09-20 00:37:25 UTC) #4
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698