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

Issue 5985012: Rename write buffers to store buffers. (Closed)

Created:
9 years, 11 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Rename write buffers to store buffers. Committed: http://code.google.com/p/v8/source/detail?r=6207

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -353 lines) Patch
M src/SConscript View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/assembler.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M src/code-stubs.h View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/heap-inl.h View 2 chunks +4 lines, -4 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/ia32/macro-assembler-ia32.cc View 1 chunk +8 lines, -8 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -1 line 0 comments Download
M src/runtime.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/serialize.cc View 3 chunks +5 lines, -5 lines 0 comments Download
A + src/store-buffer.h View 2 chunks +3 lines, -3 lines 0 comments Download
A + src/store-buffer.cc View 4 chunks +23 lines, -23 lines 0 comments Download
A + src/store-buffer-inl.h View 1 chunk +7 lines, -7 lines 0 comments Download
M src/v8.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/v8-counters.h View 1 chunk +3 lines, -3 lines 0 comments Download
D src/write-buffer.h View 1 chunk +0 lines, -68 lines 0 comments Download
D src/write-buffer.cc View 1 chunk +0 lines, -136 lines 0 comments Download
D src/write-buffer-inl.h View 1 chunk +0 lines, -56 lines 0 comments Download
M src/x64/code-stubs-x64.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 1 chunk +7 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
9 years, 11 months ago (2011-01-06 13:43:08 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 11 months ago (2011-01-06 14:04:28 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698