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

Issue 685003002: Add missing StoreIntoObject calls in generated code. (Closed)

Created:
6 years, 1 month ago by koda
Modified:
6 years, 1 month ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Add missing StoreIntoObject calls in generated code. Also add StoreIntoSmiField method (for verification purposes). Only ia32 is implemented for now. R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=41607

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -31 lines) Patch
M runtime/vm/assembler_ia32.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/assembler_ia32.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download
M runtime/vm/code_patcher.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/code_patcher_ia32.cc View 1 2 chunks +9 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 1 2 chunks +7 lines, -2 lines 0 comments Download
M runtime/vm/intrinsifier_ia32.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 12 chunks +29 lines, -20 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
koda
6 years, 1 month ago (2014-10-28 22:16:02 UTC) #1
Ivan Posva
https://codereview.chromium.org/685003002/diff/1/runtime/vm/stub_code_ia32.cc File runtime/vm/stub_code_ia32.cc (right): https://codereview.chromium.org/685003002/diff/1/runtime/vm/stub_code_ia32.cc#newcode997 runtime/vm/stub_code_ia32.cc:997: __ StoreIntoObjectNoBarrier(EAX, Here and other places: In the long ...
6 years, 1 month ago (2014-10-29 07:58:42 UTC) #2
koda
https://codereview.chromium.org/685003002/diff/1/runtime/vm/stub_code_ia32.cc File runtime/vm/stub_code_ia32.cc (right): https://codereview.chromium.org/685003002/diff/1/runtime/vm/stub_code_ia32.cc#newcode997 runtime/vm/stub_code_ia32.cc:997: __ StoreIntoObjectNoBarrier(EAX, On 2014/10/29 07:58:41, Ivan Posva wrote: > ...
6 years, 1 month ago (2014-10-29 18:29:21 UTC) #3
koda
On 2014/10/29 18:29:21, koda wrote: > https://codereview.chromium.org/685003002/diff/1/runtime/vm/stub_code_ia32.cc > File runtime/vm/stub_code_ia32.cc (right): > > https://codereview.chromium.org/685003002/diff/1/runtime/vm/stub_code_ia32.cc#newcode997 > ...
6 years, 1 month ago (2014-11-05 23:01:42 UTC) #4
Ivan Posva
LGTM -ip
6 years, 1 month ago (2014-11-07 01:58:42 UTC) #5
koda
6 years, 1 month ago (2014-11-07 17:17:46 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r41607 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698