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

Issue 7529007: Preliminary Harmony weak maps API implementation. (Closed)

Created:
9 years, 4 months ago by Michael Starzinger
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Preliminary Harmony weak maps API implementation. R=rossberg@chromium.org,danno@chromium.org BUG=v8:1565 TEST=mjsunit/harmony/weakmaps Committed: http://code.google.com/p/v8/source/detail?r=8811

Patch Set 1 #

Total comments: 1

Patch Set 2 : Incorporated review by Daniel Clifford. #

Total comments: 24

Patch Set 3 : Incorporated more review. #

Patch Set 4 : Incorporated review by Andreas Rossberg. #

Patch Set 5 : Make sure the constructor can be called directly. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+327 lines, -1 line) Patch
M src/SConscript View 1 chunk +1 line, -0 lines 0 comments Download
M src/bootstrapper.cc View 1 2 3 4 chunks +23 lines, -1 line 0 comments Download
M src/flag-definitions.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/messages.js View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.h View 1 5 chunks +31 lines, -0 lines 0 comments Download
M src/objects.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download
M src/objects-debug.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 4 chunks +12 lines, -0 lines 0 comments Download
M src/objects-printer.cc View 1 3 chunks +14 lines, -0 lines 0 comments Download
M src/objects-visiting.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
A src/weakmap.js View 1 2 3 4 1 chunk +72 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/weakmaps.js View 1 2 3 4 1 chunk +114 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
Michael Starzinger
9 years, 4 months ago (2011-07-28 20:38:33 UTC) #1
danno
You're heading in the right direction! There are a bunch of places in the runtime ...
9 years, 4 months ago (2011-07-29 08:17:23 UTC) #2
danno
Ah, it looks like you're aware of the needed mark-compact support from your email. However, ...
9 years, 4 months ago (2011-07-29 08:52:37 UTC) #3
Michael Starzinger
On 2011/07/29 08:17:23, danno wrote: > You're heading in the right direction! Thanks for the ...
9 years, 4 months ago (2011-07-29 19:46:36 UTC) #4
Michael Starzinger
9 years, 4 months ago (2011-07-29 23:16:52 UTC) #5
rossberg
http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc File src/bootstrapper.cc (right): http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc#newcode2180 src/bootstrapper.cc:2180: if (FLAG_harmony_weakmaps) { // -- W e a k ...
9 years, 4 months ago (2011-08-02 12:33:38 UTC) #6
danno
http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc File src/bootstrapper.cc (right): http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc#newcode2185 src/bootstrapper.cc:2185: //global_context()->set_weakmap_function(*weakmap_fun); Should this really be commented out? If the ...
9 years, 4 months ago (2011-08-02 12:48:02 UTC) #7
Michael Starzinger
Updated patch set. http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc File src/bootstrapper.cc (right): http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc#newcode2180 src/bootstrapper.cc:2180: if (FLAG_harmony_weakmaps) { // -- W ...
9 years, 4 months ago (2011-08-02 14:05:22 UTC) #8
Michael Starzinger
Added Slava as reviewer. Slava, could you please take a look? This is only the ...
9 years, 4 months ago (2011-08-02 14:37:47 UTC) #9
rossberg
http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc File src/bootstrapper.cc (right): http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc#newcode2180 src/bootstrapper.cc:2180: if (FLAG_harmony_weakmaps) { // -- W e a k ...
9 years, 4 months ago (2011-08-02 15:32:04 UTC) #10
Michael Starzinger
Added new patch set. http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc File src/bootstrapper.cc (right): http://codereview.chromium.org/7529007/diff/4001/src/bootstrapper.cc#newcode2180 src/bootstrapper.cc:2180: if (FLAG_harmony_weakmaps) { // -- ...
9 years, 4 months ago (2011-08-02 16:04:51 UTC) #11
Vyacheslav Egorov (Chromium)
I did a quick pass over and everything looks ok to me.
9 years, 4 months ago (2011-08-02 18:37:32 UTC) #12
danno
9 years, 4 months ago (2011-08-03 07:12:41 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld 408576698