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

Issue 2790573002: Encode any deoptimizer entry in serialized data. (Closed)

Created:
3 years, 8 months ago by Slava Chigrin
Modified:
3 years, 8 months ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Encode any deoptimizer entry in serialized data. This removes kDeoptTableSerializeEntryCount heuristic constant. Review-Url: https://codereview.chromium.org/2790573002 Cr-Commit-Position: refs/heads/master@{#44379} Committed: https://chromium.googlesource.com/v8/v8/+/ddb67ec9da9945b49046127cd65cd28035ff11e4

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use special serializer byte codes for deoptimization entries. #

Total comments: 12

Patch Set 3 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -38 lines) Patch
M src/external-reference-table.h View 1 2 chunks +0 lines, -3 lines 0 comments Download
M src/external-reference-table.cc View 2 chunks +0 lines, -14 lines 0 comments Download
M src/isolate.cc View 1 1 chunk +0 lines, -10 lines 0 comments Download
M src/snapshot/deserializer.cc View 1 2 2 chunks +28 lines, -0 lines 0 comments Download
M src/snapshot/serializer.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/snapshot/serializer.cc View 1 2 5 chunks +38 lines, -10 lines 0 comments Download
M src/snapshot/serializer-common.h View 1 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 16 (6 generated)
Slava Chigrin
Here is our approach to serializing Deoptimizer entries. I did not add new constants to ...
3 years, 8 months ago (2017-03-30 12:18:19 UTC) #3
Yang
On 2017/03/30 12:18:19, Slava Chigrin wrote: > Here is our approach to serializing Deoptimizer entries. ...
3 years, 8 months ago (2017-03-31 06:56:10 UTC) #4
Yang
https://codereview.chromium.org/2790573002/diff/1/src/external-reference-table.h File src/external-reference-table.h (right): https://codereview.chromium.org/2790573002/diff/1/src/external-reference-table.h#newcode41 src/external-reference-table.h:41: static const uint32_t kSoftDeoptFlag = 3 << 27; We ...
3 years, 8 months ago (2017-03-31 06:58:16 UTC) #5
Slava Chigrin
Re-designed this CL, now special bytecodes are used for referring Deoptimizer entries. Also entries are ...
3 years, 8 months ago (2017-04-03 17:09:37 UTC) #7
Yang
looking great. some comments. https://codereview.chromium.org/2790573002/diff/40001/src/snapshot/deserializer.cc File src/snapshot/deserializer.cc (right): https://codereview.chromium.org/2790573002/diff/40001/src/snapshot/deserializer.cc#newcode740 src/snapshot/deserializer.cc:740: reinterpret_cast<Address>(current) + skip); Can we ...
3 years, 8 months ago (2017-04-04 07:59:21 UTC) #8
Slava Chigrin
https://codereview.chromium.org/2790573002/diff/40001/src/snapshot/deserializer.cc File src/snapshot/deserializer.cc (right): https://codereview.chromium.org/2790573002/diff/40001/src/snapshot/deserializer.cc#newcode740 src/snapshot/deserializer.cc:740: reinterpret_cast<Address>(current) + skip); On 2017/04/04 07:59:21, Yang wrote: > ...
3 years, 8 months ago (2017-04-04 10:12:24 UTC) #9
Yang
On 2017/04/04 10:12:24, Slava Chigrin wrote: > https://codereview.chromium.org/2790573002/diff/40001/src/snapshot/deserializer.cc > File src/snapshot/deserializer.cc (right): > > https://codereview.chromium.org/2790573002/diff/40001/src/snapshot/deserializer.cc#newcode740 ...
3 years, 8 months ago (2017-04-04 13:44:31 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/2790573002/60001
3 years, 8 months ago (2017-04-04 13:45:43 UTC) #12
Slava Chigrin
On 2017/04/04 13:44:31, Yang wrote: > On 2017/04/04 10:12:24, Slava Chigrin wrote: > > > ...
3 years, 8 months ago (2017-04-04 13:46:55 UTC) #13
commit-bot: I haz the power
3 years, 8 months ago (2017-04-04 14:26:05 UTC) #16
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/v8/v8/+/ddb67ec9da9945b49046127cd65cd28035f...

Powered by Google App Engine
This is Rietveld 408576698