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

Issue 15855012: Change ArrayBuffer API and implementation to use embedder-provided allocator. (Closed)

Created:
7 years, 6 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 6 months ago
Reviewers:
Sven Panne
CC:
v8-dev
Visibility:
Public.

Description

Change ArrayBuffer API and implementation to use embedder-provided allocator. R=svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=15056

Patch Set 1 #

Total comments: 8

Patch Set 2 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -51 lines) Patch
M include/v8.h View 4 chunks +63 lines, -28 lines 0 comments Download
M src/api.cc View 2 chunks +14 lines, -13 lines 0 comments Download
M src/d8.cc View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/runtime.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/v8.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M src/v8.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/cctest.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 5 chunks +17 lines, -8 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Dmitry Lomov (no reviews)
Hi Sven, please take a look. Any suggestions on how to make this better definitely ...
7 years, 6 months ago (2013-06-10 13:30:25 UTC) #1
Sven Panne
LGTM with a few nits. https://codereview.chromium.org/15855012/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/15855012/diff/1/include/v8.h#newcode2397 include/v8.h:2397: virtual void* Allocate(size_t length) ...
7 years, 6 months ago (2013-06-11 09:54:37 UTC) #2
Dmitry Lomov (no reviews)
https://codereview.chromium.org/15855012/diff/1/include/v8.h File include/v8.h (right): https://codereview.chromium.org/15855012/diff/1/include/v8.h#newcode2397 include/v8.h:2397: virtual void* Allocate(size_t length) = 0; ArrayBuffer allocator very ...
7 years, 6 months ago (2013-06-11 10:40:09 UTC) #3
Dmitry Lomov (no reviews)
7 years, 6 months ago (2013-06-11 10:41:23 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r15056 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698