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

Issue 10578046: - Inline the store buffer update into a stub instead of (Closed)

Created:
8 years, 6 months ago by Ivan Posva
Modified:
8 years, 6 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

- Inline the store buffer update into a stub instead of calling out into the C++ runtime. Committed: https://code.google.com/p/dart/source/detail?r=8929

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -10 lines) Patch
M runtime/vm/assembler_ia32.cc View 2 chunks +4 lines, -10 lines 0 comments Download
M runtime/vm/assembler_ia32_test.cc View 1 2 1 chunk +74 lines, -0 lines 0 comments Download
M runtime/vm/isolate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/store_buffer.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/store_buffer.cc View 1 chunk +10 lines, -0 lines 0 comments Download
M runtime/vm/stub_code.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 chunk +47 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Ivan Posva
8 years, 6 months ago (2012-06-20 17:22:29 UTC) #1
siva
lgtm https://chromiumcodereview.appspot.com/10578046/diff/9001/runtime/vm/assembler_ia32_test.cc File runtime/vm/assembler_ia32_test.cc (right): https://chromiumcodereview.appspot.com/10578046/diff/9001/runtime/vm/assembler_ia32_test.cc#newcode1890 runtime/vm/assembler_ia32_test.cc:1890: GrowableObjectArray::data_offset() - kHeapObjectTag)); Should we also have a ...
8 years, 6 months ago (2012-06-20 17:57:28 UTC) #2
Ivan Posva
8 years, 6 months ago (2012-06-20 18:05:36 UTC) #3
Thanks.

-Ivan

https://chromiumcodereview.appspot.com/10578046/diff/9001/runtime/vm/assemble...
File runtime/vm/assembler_ia32_test.cc (right):

https://chromiumcodereview.appspot.com/10578046/diff/9001/runtime/vm/assemble...
runtime/vm/assembler_ia32_test.cc:1890: GrowableObjectArray::data_offset() -
kHeapObjectTag));
On 2012/06/20 17:57:28, asiva wrote:
> Should we also have a test for:
> // Store a new object into a new object.
> to ensure that no store buffer updates are done for that.

Done.

Powered by Google App Engine
This is Rietveld 408576698