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

Issue 10827335: MIPS: Swapped transition array and descriptor array. (Closed)

Created:
8 years, 4 months ago by palfia
Modified:
8 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Swapped transition array and descriptor array. Port r12298 (7b39ef67) Original commit message: Now a map points to a transition array which contains the descriptor array. The descriptor array is now immutable. The next step is to share the descriptor array with all back-pointed maps as long as there is a single line of extension. Maps that require a descriptor array but don't need transitions will still need a pseudo-empty transition array to contain the descriptor array. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=12319

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -7 lines) Patch
M src/mips/macro-assembler-mips.cc View 4 chunks +9 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
palfia
8 years, 4 months ago (2012-08-14 22:00:33 UTC) #1
Toon Verwaest
8 years, 4 months ago (2012-08-16 11:42:12 UTC) #2
LGTM. Landing.

Powered by Google App Engine
This is Rietveld 408576698