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

Issue 2255004: Cardmarking writebarrier. (Closed)

Created:
10 years, 7 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Cardmarking writebarrier. Reapply r4715 with fixes reviewed in http://codereview.chromium.org/2276002. Committed: http://code.google.com/p/v8/source/detail?r=4743

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1635 lines, -1630 lines) Patch
M src/arm/builtins-arm.cc View 12 chunks +24 lines, -21 lines 0 comments Download
M src/arm/codegen-arm.cc View 9 chunks +10 lines, -11 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/arm/ic-arm.cc View 9 chunks +13 lines, -17 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +6 lines, -8 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 3 chunks +13 lines, -54 lines 0 comments Download
M src/builtins.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/globals.h View 2 chunks +4 lines, -5 lines 0 comments Download
M src/heap.h View 8 chunks +74 lines, -39 lines 0 comments Download
M src/heap.cc View 26 chunks +392 lines, -240 lines 0 comments Download
M src/heap-inl.h View 5 chunks +48 lines, -8 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 4 chunks +12 lines, -11 lines 0 comments Download
M src/ia32/codegen-ia32.h View 1 chunk +0 lines, -36 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 14 chunks +23 lines, -37 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/ia32/ic-ia32.cc View 7 chunks +18 lines, -18 lines 0 comments Download
M src/ia32/macro-assembler-ia32.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 5 chunks +23 lines, -83 lines 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +6 lines, -8 lines 0 comments Download
M src/mark-compact.h View 7 chunks +25 lines, -37 lines 0 comments Download
M src/mark-compact.cc View 31 chunks +92 lines, -101 lines 0 comments Download
M src/objects.h View 23 chunks +134 lines, -79 lines 0 comments Download
M src/objects.cc View 8 chunks +8 lines, -11 lines 0 comments Download
M src/objects-debug.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/objects-inl.h View 12 chunks +85 lines, -25 lines 0 comments Download
M src/runtime.cc View 13 chunks +18 lines, -16 lines 0 comments Download
M src/spaces.h View 21 chunks +154 lines, -124 lines 0 comments Download
M src/spaces.cc View 36 chunks +132 lines, -312 lines 0 comments Download
M src/spaces-inl.h View 2 chunks +150 lines, -74 lines 0 comments Download
M src/x64/builtins-x64.cc View 6 chunks +22 lines, -22 lines 0 comments Download
M src/x64/codegen-x64.cc View 16 chunks +38 lines, -48 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/x64/ic-x64.cc View 10 chunks +27 lines, -30 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 4 chunks +11 lines, -4 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 7 chunks +42 lines, -97 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 4 chunks +7 lines, -8 lines 0 comments Download
M test/cctest/test-heap.cc View 6 chunks +9 lines, -17 lines 0 comments Download
M test/cctest/test-spaces.cc View 2 chunks +7 lines, -15 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
10 years, 7 months ago (2010-05-27 12:24:20 UTC) #1
Mads Ager (chromium)
10 years, 7 months ago (2010-05-27 12:30:39 UTC) #2
LGTM, let's give it yet another try!

Powered by Google App Engine
This is Rietveld 408576698