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

Issue 6615014: Change the translation of polymorphic stores. (Closed)

Created:
9 years, 9 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Change the translation of polymorphic stores. They do not use subgraphs or subgraph scopes. Instead of computing a list of single-block subgraphs and then adding all the edges afterward, build both the blocks and edges directly. Committed: http://code.google.com/p/v8/source/detail?r=7058

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -43 lines) Patch
M src/hydrogen.cc View 1 chunk +48 lines, -43 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
Kevin Millikin (Chromium)
Request for comment. If you like it I'll do the same to the other polymorphic ...
9 years, 9 months ago (2011-03-03 14:59:24 UTC) #1
fschneider
I like the approach. I saved the temporary ZoneLists and the code for polymorphic loads ...
9 years, 9 months ago (2011-03-03 16:59:57 UTC) #2
fschneider
On 2011/03/03 16:59:57, fschneider wrote: > I like the approach. I saved the temporary ZoneLists ...
9 years, 9 months ago (2011-03-03 17:01:05 UTC) #3
Mads Ager (chromium)
9 years, 9 months ago (2011-03-03 22:19:14 UTC) #4
Looks nice. I like it too.

Powered by Google App Engine
This is Rietveld 408576698