Reviewers: yannguo_chromium.org,
Message:
PTAL
Description:
Refactor optimized in hydrogen only runtime functions.
This splits all runtime function into 3 categories:
1) RUNTIME: implemented in runtime and called from both full and optimized
code.
2) INLINE: inlined in both full and optimized code
3) INLINE_OPTIMIZED: inlined in optimized code, implemented in runtime for
full
code.
[email protected]
Please review this at https://codereview.chromium.org/209353006/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+114, -142 lines):
M src/arm/code-stubs-arm.cc
M src/arm/full-codegen-arm.cc
M src/arm/lithium-codegen-arm.cc
M src/arm64/code-stubs-arm64.cc
M src/arm64/full-codegen-arm64.cc
M src/arm64/lithium-codegen-arm64.cc
M src/full-codegen.cc
M src/hydrogen.h
M src/hydrogen.cc
M src/ia32/code-stubs-ia32.cc
M src/ia32/full-codegen-ia32.cc
M src/ia32/lithium-codegen-ia32.cc
M src/mirror-debugger.js
M src/runtime.h
M src/runtime.cc
M src/x64/code-stubs-x64.cc
M src/x64/full-codegen-x64.cc
M src/x64/lithium-codegen-x64.cc
M test/mjsunit/compiler/dead-string-char-code-at.js
M test/mjsunit/fuzz-natives-part1.js
M test/mjsunit/fuzz-natives-part2.js
M test/mjsunit/fuzz-natives-part3.js
M test/mjsunit/fuzz-natives-part4.js
M test/mjsunit/harmony/generators-objects.js
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.