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

Issue 1433923002: Maintain a FixedArray for the optimized code map. (Closed)

Created:
5 years, 1 month ago by mvstanton
Modified:
5 years, 1 month ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Maintain a FixedArray for the optimized code map. This simplifies follow-on changes to the FastNewClosureStub. BUG= Committed: https://crrev.com/f7b6e3815c3eb3f33bb08f2a939b95c7bde2d31a Cr-Commit-Position: refs/heads/master@{#32123}

Patch Set 1 #

Patch Set 2 : Small fix. #

Patch Set 3 : Missed a case, also turn on flag for testing. #

Total comments: 9

Patch Set 4 : Code comments. #

Patch Set 5 : REBASE. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -37 lines) Patch
M src/debug/debug.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/heap/heap.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M src/heap/objects-visiting-inl.h View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M src/objects.h View 1 2 3 4 2 chunks +7 lines, -2 lines 0 comments Download
M src/objects.cc View 1 2 3 4 9 chunks +19 lines, -23 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 2 chunks +7 lines, -2 lines 0 comments Download
M src/runtime/runtime-function.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 11 (3 generated)
mvstanton
Hi Michael, This eliminates the smi case for the optimized code map, using the root ...
5 years, 1 month ago (2015-11-11 09:02:56 UTC) #2
Yang
On 2015/11/11 09:02:56, mvstanton wrote: > Hi Michael, > This eliminates the smi case for ...
5 years, 1 month ago (2015-11-11 10:44:33 UTC) #3
mvstanton
Hi Michael, you can look at this one when you like. Thanks, --Michael
5 years, 1 month ago (2015-11-12 13:56:53 UTC) #4
Michael Starzinger
LGTM. Only some nits and suggestions to address. https://codereview.chromium.org/1433923002/diff/40001/src/flag-definitions.h File src/flag-definitions.h (right): https://codereview.chromium.org/1433923002/diff/40001/src/flag-definitions.h#newcode383 src/flag-definitions.h:383: DEFINE_BOOL(flush_optimized_code_cache, ...
5 years, 1 month ago (2015-11-13 12:14:22 UTC) #5
mvstanton
Thanks, comments addressed, much appreciated! --Mike https://codereview.chromium.org/1433923002/diff/40001/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/1433923002/diff/40001/src/heap/heap.cc#newcode2792 src/heap/heap.cc:2792: DCHECK(SharedFunctionInfo::kEntriesStart == 1 ...
5 years, 1 month ago (2015-11-17 20:32:12 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1433923002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1433923002/80001
5 years, 1 month ago (2015-11-19 17:29:23 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 1 month ago (2015-11-19 19:31:20 UTC) #10
commit-bot: I haz the power
5 years, 1 month ago (2015-11-19 19:32:08 UTC) #11
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f7b6e3815c3eb3f33bb08f2a939b95c7bde2d31a
Cr-Commit-Position: refs/heads/master@{#32123}

Powered by Google App Engine
This is Rietveld 408576698