|
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
|
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
|
Total messages: 2 (0 generated)
|