• vitalyr@chromium.org's avatar
    Support StringCharCodeAt in hydrogen/lithium. · b4ff318e
    vitalyr@chromium.org authored
    This patch adds H- and L-variants of StringCharCodeAt and StringLength.
    
    StringCharCodeAt is used to inline a constant function call of
    String.prototype.charCodeAt and to implement the corresponding inline
    runtime function. It does not yet use the recently introduced extra IC
    state. (We can specialize on string encoding and avoid deopts because
    of out of bounds accesses.)
    
    StringLength needs more work because the stub version of it also
    supports strings wrappers and it matters in some cases. (We have to
    separate the string only case.)
    
    Review URL: http://codereview.chromium.org/6243008
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6408 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    b4ff318e
Name
Last commit
Last update
..
assembler-x64-inl.h Loading commit data...
assembler-x64.cc Loading commit data...
assembler-x64.h Loading commit data...
builtins-x64.cc Loading commit data...
code-stubs-x64.cc Loading commit data...
code-stubs-x64.h Loading commit data...
codegen-x64-inl.h Loading commit data...
codegen-x64.cc Loading commit data...
codegen-x64.h Loading commit data...
cpu-x64.cc Loading commit data...
debug-x64.cc Loading commit data...
deoptimizer-x64.cc Loading commit data...
disasm-x64.cc Loading commit data...
frames-x64.cc Loading commit data...
frames-x64.h Loading commit data...
full-codegen-x64.cc Loading commit data...
ic-x64.cc Loading commit data...
jump-target-x64.cc Loading commit data...
lithium-codegen-x64.cc Loading commit data...
lithium-codegen-x64.h Loading commit data...
lithium-x64.cc Loading commit data...
lithium-x64.h Loading commit data...
macro-assembler-x64.cc Loading commit data...
macro-assembler-x64.h Loading commit data...
regexp-macro-assembler-x64.cc Loading commit data...
regexp-macro-assembler-x64.h Loading commit data...
register-allocator-x64-inl.h Loading commit data...
register-allocator-x64.cc Loading commit data...
register-allocator-x64.h Loading commit data...
simulator-x64.cc Loading commit data...
simulator-x64.h Loading commit data...
stub-cache-x64.cc Loading commit data...
virtual-frame-x64.cc Loading commit data...
virtual-frame-x64.h Loading commit data...