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

Issue 11040058: Compress deoptimization information by sharing common suffixes. (Closed)

Created:
8 years, 2 months ago by Kevin Millikin (Google)
Modified:
8 years, 1 month ago
Reviewers:
srdjan
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Compress deoptimization information by sharing common suffixes. For all the deoptimization entries in a function, build a suffix trie. Add a new deoptimization instruction that indicates the rest of the translation is a fixed-length suffix of another entry. BUG= Committed: https://code.google.com/p/dart/source/detail?r=14252

Patch Set 1 #

Total comments: 11

Patch Set 2 : Incorporated review comments. #

Patch Set 3 : Ditto. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+319 lines, -119 lines) Patch
M runtime/vm/code_generator.cc View 1 2 chunks +5 lines, -6 lines 0 comments Download
M runtime/vm/compiler.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/deopt_instructions.h View 1 2 4 chunks +39 lines, -24 lines 0 comments Download
M runtime/vm/deopt_instructions.cc View 1 2 20 chunks +179 lines, -40 lines 0 comments Download
M runtime/vm/flow_graph_compiler.h View 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 4 chunks +40 lines, -37 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.h View 2 chunks +0 lines, -4 lines 0 comments Download
M runtime/vm/flow_graph_compiler_x64.h View 2 chunks +0 lines, -4 lines 0 comments Download
M runtime/vm/message.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M runtime/vm/object.h View 1 3 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 1 chunk +41 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Kevin Millikin (Google)
http://codereview.chromium.org/11040058/diff/1/runtime/vm/compiler.cc File runtime/vm/compiler.cc (right): http://codereview.chromium.org/11040058/diff/1/runtime/vm/compiler.cc#newcode351 runtime/vm/compiler.cc:351: OS::Print("%4"Pd": 0x%"Px" %s (%s)\n", Here we print 'compressed' entries, ...
8 years, 2 months ago (2012-10-05 14:31:55 UTC) #1
srdjan
- Add a flag to disable using tries for compressing suffixes - Check for regressions ...
8 years, 2 months ago (2012-10-08 16:37:58 UTC) #2
Kevin Millikin (Google)
On 2012/10/08 16:37:58, srdjan wrote: > - Add a flag to disable using tries for ...
8 years, 2 months ago (2012-10-10 13:19:59 UTC) #3
srdjan
lgtm
8 years, 2 months ago (2012-10-11 15:36:57 UTC) #4
srdjan
8 years, 2 months ago (2012-10-11 15:36:59 UTC) #5
lgtm

Powered by Google App Engine
This is Rietveld 408576698