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

Issue 2683903002: Fix missing cases of empty_string canonicalization (Closed)

Created:
3 years, 10 months ago by Jakob Kummerow
Modified:
3 years, 10 months ago
CC:
v8-reviews_googlegroups.com, Benedikt Meurer
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fix missing cases of empty_string canonicalization Review-Url: https://codereview.chromium.org/2683903002 Cr-Commit-Position: refs/heads/master@{#43047} Committed: https://chromium.googlesource.com/v8/v8/+/01882d7f6a2b8115c20482dd375dee65308edbf0

Patch Set 1 #

Total comments: 3

Patch Set 2 : address nit #

Patch Set 3 : make LSan happy #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -131 lines) Patch
M include/v8.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/api.cc View 1 2 2 chunks +22 lines, -10 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M src/arm64/macro-assembler-arm64.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/arm64/macro-assembler-arm64.cc View 1 chunk +0 lines, -17 lines 0 comments Download
M src/factory.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M src/mips/macro-assembler-mips.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +0 lines, -15 lines 0 comments Download
M src/mips64/macro-assembler-mips64.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/mips64/macro-assembler-mips64.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M src/objects.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M src/objects-debug.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/ppc/macro-assembler-ppc.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/ppc/macro-assembler-ppc.cc View 1 chunk +0 lines, -13 lines 0 comments Download
M src/s390/macro-assembler-s390.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/s390/macro-assembler-s390.cc View 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 17 (9 generated)
Jakob Kummerow
Igor: PTAL. Benedikt: FYI. https://codereview.chromium.org/2683903002/diff/1/src/arm/macro-assembler-arm.cc File src/arm/macro-assembler-arm.cc (left): https://codereview.chromium.org/2683903002/diff/1/src/arm/macro-assembler-arm.cc#oldcode1541 src/arm/macro-assembler-arm.cc:1541: void MacroAssembler::InitializeNewString(Register string, Found some ...
3 years, 10 months ago (2017-02-08 01:41:57 UTC) #2
Benedikt Meurer
LGTM%nit https://codereview.chromium.org/2683903002/diff/1/src/objects-debug.cc File src/objects-debug.cc (right): https://codereview.chromium.org/2683903002/diff/1/src/objects-debug.cc#newcode555 src/objects-debug.cc:555: CHECK(length() > 0 || this == GetHeap()->empty_string()); Nit: ...
3 years, 10 months ago (2017-02-08 03:53:08 UTC) #4
Igor Sheludko
lgtm
3 years, 10 months ago (2017-02-08 07:27:52 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2683903002/20001
3 years, 10 months ago (2017-02-08 07:31:01 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux64_asan_rel_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel_ng/builds/16918) v8_linux64_asan_rel_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
3 years, 10 months ago (2017-02-08 07:50:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2683903002/40001
3 years, 10 months ago (2017-02-08 20:29:22 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/v8/v8/+/01882d7f6a2b8115c20482dd375dee65308edbf0
3 years, 10 months ago (2017-02-08 21:12:53 UTC) #16
jgruber
3 years, 10 months ago (2017-02-10 10:10:39 UTC) #17
Message was sent while issue was closed.
On 2017/02/08 21:12:53, commit-bot: I haz the power wrote:
> Committed patchset #3 (id:40001) as
>
https://chromium.googlesource.com/v8/v8/+/01882d7f6a2b8115c20482dd375dee65308...

FYI looks like this comes with nice perf improvements for RegExp
microbenchmarks:
https://chromeperf.appspot.com/report?sid=3e654f11cbb46bc96e70cc13501a44895da...

Powered by Google App Engine
This is Rietveld 408576698