|
|
Introduce a new AccessorPair type for handling JavaScript accessors.
Using a seaparate type for this instead of a 2-element FixedArray has some
advantages: First of all AccessorPair is one word smaller, which is not much,
but anyway. The real advantage of this change is that we get a better typing
internally, making it much easier to find and modify all the places having to do
with JavaScript accessors.
This change is part of a series introducing map sharing for objects with
JavaScript accessors. More to come...
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+177 lines, -105 lines) |
Patch |
 |
M |
include/v8.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
src/bootstrapper.cc
|
View
|
|
6 chunks |
+21 lines, -21 lines |
0 comments
|
Download
|
 |
M |
src/factory.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/factory.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
1
|
6 chunks |
+33 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/objects.cc
|
View
|
1
2
|
12 chunks |
+33 lines, -34 lines |
0 comments
|
Download
|
 |
M |
src/objects-debug.cc
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects-inl.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/objects-printer.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/profile-generator.cc
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/runtime.cc
|
View
|
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
tools/grokdump.py
|
View
|
|
2 chunks |
+30 lines, -29 lines |
0 comments
|
Download
|
Total messages: 3 (0 generated)
|