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

Issue 7342042: Disentangle printing of stub names and memory allocation. (Closed)

Created:
9 years, 5 months ago by Sven Panne
Modified:
9 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Disentangle printing of stub names and memory allocation. Using a C++-style method PrintName (a.k.a. << ;-), things get a lot easier when two unrelated concerns are separated. Stubs don't need a name cache anymore, simpler code while generating the stub name, memory allocation is centralized, etc. Committed: http://code.google.com/p/v8/source/detail?r=8627

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -459 lines) Patch
M src/arm/code-stubs-arm.h View 5 chunks +5 lines, -33 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +19 lines, -68 lines 0 comments Download
M src/code-stubs.h View 9 chunks +14 lines, -46 lines 0 comments Download
M src/code-stubs.cc View 4 chunks +45 lines, -19 lines 0 comments Download
M src/ia32/code-stubs-ia32.h View 5 chunks +5 lines, -33 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 5 chunks +17 lines, -63 lines 0 comments Download
M src/mips/code-stubs-mips.h View 5 chunks +5 lines, -33 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 5 chunks +19 lines, -68 lines 0 comments Download
M src/x64/code-stubs-x64.h View 5 chunks +5 lines, -33 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 5 chunks +17 lines, -63 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
9 years, 5 months ago (2011-07-13 09:41:18 UTC) #1
danno
9 years, 5 months ago (2011-07-13 11:06:05 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698