|
|
[Isolates] Moving TranscendentalCache to Isolate.
Landing patch by Maxim.Mossienko with the following changes:
* Sorted TranscendentalCache members to follow the style guide.
* Renamed TranscendentalCacheEntry to SubCache to be consistent with
naming in compilation caches.
* Fixed debug-only compilation problems in ia32/x64 codegens.
Original review: http://codereview.chromium.org/2657004/show
Committed: http://code.google.com/p/v8/source/detail?r=4839
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+140 lines, -96 lines) |
Patch |
 |
M |
AUTHORS
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/assembler.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/heap.h
|
View
|
|
1 chunk |
+85 lines, -74 lines |
0 comments
|
Download
|
 |
M |
src/heap.cc
|
View
|
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
src/heap-inl.h
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ia32/codegen-ia32.cc
|
View
|
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
src/isolate.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/isolate.cc
|
View
|
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime.cc
|
View
|
|
8 chunks |
+16 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/x64/codegen-x64.cc
|
View
|
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|