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

Issue 261903002: Generation of our home-grown memmove doesn't depend on serializer state anymore. (Closed)

Created:
6 years, 7 months ago by Sven Panne
Modified:
6 years, 7 months ago
Reviewers:
Benedikt Meurer
CC:
v8-dev
Visibility:
Public.

Description

Generation of our home-grown memmove doesn't depend on serializer state anymore. The serializer state has to be per-Isolate, but at the point where we generate our memmoves we don't really have an Isolate. Furthermore, there was no fundamental reason why we shouldn't use our home-grown memmove during mksnapshot time. Perhaps we can totally remove our own memmove nowadays, but this would be a separate CL. BUG=359977 LOG=y R=bmeurer@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21116

Patch Set 1 #

Patch Set 2 : Removed parameter. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -22 lines) Patch
M src/arm/codegen-arm.cc View 1 2 chunks +2 lines, -8 lines 0 comments Download
M src/mips/codegen-mips.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download
M src/platform.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/platform-posix.cc View 1 2 chunks +4 lines, -8 lines 0 comments Download
M src/platform-win32.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/v8.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Sven Panne
6 years, 7 months ago (2014-05-02 08:33:58 UTC) #1
Benedikt Meurer
lgtm
6 years, 7 months ago (2014-05-02 08:35:00 UTC) #2
Sven Panne
6 years, 7 months ago (2014-05-02 10:14:47 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r21116 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698