|
Keep natives source code in external strings instead of putting
it in regular flat strings that are part of the snapshot.
After this change we don't need libraries-empty.cc any more. In
this change libraries-empty.cc is just a the same as libraries.cc
and the scons build builds it but does not use it. We can move
in stages to a situation where it is not generated at all for all
the build systems that we have.
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+146 lines, -24 lines) |
Patch |
|
M |
src/SConscript
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
|
M |
src/bootstrapper.h
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/bootstrapper.cc
|
View
|
1
|
3 chunks |
+34 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
|
5 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/objects.cc
|
View
|
1
|
3 chunks |
+33 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/serialize.h
|
View
|
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
src/serialize.cc
|
View
|
1
|
4 chunks |
+37 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/js2c.py
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|