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

Issue 177383004: Use native context as key when evicting from optimized code map (Closed)

Created:
6 years, 10 months ago by Yang
Modified:
6 years, 9 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Use native context as key when evicting from optimized code map R=ulan@chromium.org

Patch Set 1 #

Patch Set 2 : fixed copy mechanism #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -186 lines) Patch
M src/deoptimizer.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/objects.cc View 1 1 chunk +29 lines, -25 lines 0 comments Download
M src/objects-inl.h View 1 chunk +3 lines, -3 lines 0 comments Download
M src/runtime.cc View 1 chunk +2 lines, -2 lines 0 comments Download
D test/mjsunit/regress-3135.js View 1 chunk +0 lines, -53 lines 0 comments Download
D test/mjsunit/regress-330046.js View 1 chunk +0 lines, -61 lines 0 comments Download
D test/mjsunit/regress-333594.js View 1 chunk +0 lines, -42 lines 0 comments Download
A + test/mjsunit/regress/regress-3135.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-330046.js View 0 chunks +-1 lines, --1 lines 0 comments Download
A + test/mjsunit/regress/regress-333594.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Yang
6 years, 10 months ago (2014-02-26 13:28:25 UTC) #1
Yang
On 2014/02/26 13:28:25, Yang wrote: I simply moved regress tests to the regress folder, where ...
6 years, 10 months ago (2014-02-26 13:29:05 UTC) #2
Yang
6 years, 9 months ago (2014-02-27 10:12:29 UTC) #3
On 2014/02/26 13:29:05, Yang wrote:
> On 2014/02/26 13:28:25, Yang wrote:
> 
> I simply moved regress tests to the regress folder, where they belong.

Updated to according to offline suggestion.

Powered by Google App Engine
This is Rietveld 408576698