Chromium Code Reviews

Issue 185005: Fix LargeObjectSpace::Verify to allow external strings in large object... (Closed)

Created:
11 years, 3 months ago by Mads Ager (chromium)
Modified:
9 years, 7 months ago
Reviewers:
Erik Corry
CC:
v8-dev
Visibility:
Public.

Description

Fix LargeObjectSpace::Verify to allow external strings in large object space. This can happen if a very big sequential string gets externalized. Committed: http://code.google.com/p/v8/source/detail?r=2817

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+6 lines, -4 lines)
M src/spaces.cc View 1 chunk +6 lines, -4 lines 0 comments

Messages

Total messages: 2 (0 generated)
Mads Ager (chromium)
11 years, 3 months ago (2009-09-02 13:48:56 UTC) #1
Erik Corry
11 years, 3 months ago (2009-09-02 14:23:52 UTC) #2
LGTM

Powered by Google App Engine