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

Issue 1890083002: Immediately cache compiled scripts. (Closed)

Created:
4 years, 8 months ago by jochen (gone - plz use gerrit)
Modified:
4 years, 8 months ago
Reviewers:
Yang
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

Immediately cache compiled scripts. Usually, script compilation is expensive enough to warrant the extra overhead of caching scripts immediatly. BUG=chromium:588900 R=yangguo@chromium.org LOG=n Committed: https://crrev.com/3533c084d470912384988768c4b3b109304da357 Cr-Commit-Position: refs/heads/master@{#35527}

Patch Set 1 #

Total comments: 1

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -62 lines) Patch
M src/objects.cc View 1 1 chunk +2 lines, -14 lines 0 comments Download
M test/cctest/heap/test-heap.cc View 2 chunks +1 line, -45 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +7 lines, -2 lines 0 comments Download
M test/mjsunit/osr-elements-kind.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
jochen (gone - plz use gerrit)
ptal
4 years, 8 months ago (2016-04-15 11:54:20 UTC) #1
Yang
lgtm with comment. https://codereview.chromium.org/1890083002/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1890083002/diff/1/src/objects.cc#newcode17632 src/objects.cc:17632: int entry = cache->FindEntry(&key); I don't ...
4 years, 8 months ago (2016-04-15 12:03:38 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1890083002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1890083002/20001
4 years, 8 months ago (2016-04-15 12:12:03 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 8 months ago (2016-04-15 12:51:49 UTC) #7
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/3533c084d470912384988768c4b3b109304da357 Cr-Commit-Position: refs/heads/master@{#35527}
4 years, 8 months ago (2016-04-15 12:53:46 UTC) #9
Michael Achenbach
A revert of this CL (patchset #2 id:20001) has been created in https://codereview.chromium.org/1882833006/ by machenbach@chromium.org. ...
4 years, 8 months ago (2016-04-15 14:19:25 UTC) #10
Michael Achenbach
4 years, 8 months ago (2016-04-15 14:24:14 UTC) #11
Message was sent while issue was closed.
This also seems to break webkit_unit_tests:
https://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Linux%2064/bui...

Powered by Google App Engine
This is Rietveld 408576698