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

Issue 484703002: Make internalized string parser in JSON.parse GC-safe (Closed)

Created:
6 years, 4 months ago by Yang
Modified:
6 years, 4 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Make internalized string parser in JSON.parse GC-safe SubStringKey::AsHandle is not GC-safe because the string backing store may move. R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=23185

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -70 lines) Patch
M src/factory.h View 1 chunk +5 lines, -2 lines 0 comments Download
M src/factory.cc View 3 chunks +12 lines, -7 lines 0 comments Download
M src/objects.cc View 1 chunk +5 lines, -42 lines 0 comments Download
M src/objects-inl.h View 2 chunks +5 lines, -19 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
Unfortunately I wasn't able to construct a test case. It reproduces at r23141 with ARM64 ...
6 years, 4 months ago (2014-08-18 15:42:27 UTC) #1
Yang
6 years, 4 months ago (2014-08-18 15:42:34 UTC) #2
Toon Verwaest
lgtm
6 years, 4 months ago (2014-08-19 07:48:05 UTC) #3
Yang
6 years, 4 months ago (2014-08-19 08:53:46 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as 23185 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698