• palfia@homejinni.com's avatar
    MIPS: Generator objects can suspend · f51b7642
    palfia@homejinni.com authored
    Port r14353 (f4bb81d1)
    
    Original commit message:
    * src/ast.h:
    * src/parser.cc: Differentiate between the different kinds of yields, in
      anticipation of boxing return values.  Parse `return' into `yield' in
      a generator.
    
    * src/runtime.h:
    * src/runtime.cc (Runtime_SuspendJSGeneratorObject): New horrible
      runtime function: saves continuation, context, and operands into the
      generator object.
    
    * src/arm/full-codegen-arm.cc (VisitYield):
    * src/ia32/full-codegen-ia32.cc (VisitYield):
    * src/x64/full-codegen-x64.cc (VisitYield): Arrange to call
      SuspendJSGeneratorObject.  If the call returns the hole, we suspend.
      Otherwise we resume.
    
    BUG=v8:2355
    TEST=These codepaths are tested when the generator is first invoked, and so
    are covered by mjsunit/harmony/generators-objects.js.
    
    Review URL: https://codereview.chromium.org/14091006
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14363 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    f51b7642
Name
Last commit
Last update
..
OWNERS Loading commit data...
assembler-mips-inl.h Loading commit data...
assembler-mips.cc Loading commit data...
assembler-mips.h Loading commit data...
builtins-mips.cc Loading commit data...
code-stubs-mips.cc Loading commit data...
code-stubs-mips.h Loading commit data...
codegen-mips.cc Loading commit data...
codegen-mips.h Loading commit data...
constants-mips.cc Loading commit data...
constants-mips.h Loading commit data...
cpu-mips.cc Loading commit data...
debug-mips.cc Loading commit data...
deoptimizer-mips.cc Loading commit data...
disasm-mips.cc Loading commit data...
frames-mips.cc Loading commit data...
frames-mips.h Loading commit data...
full-codegen-mips.cc Loading commit data...
ic-mips.cc Loading commit data...
lithium-codegen-mips.cc Loading commit data...
lithium-codegen-mips.h Loading commit data...
lithium-gap-resolver-mips.cc Loading commit data...
lithium-gap-resolver-mips.h Loading commit data...
lithium-mips.cc Loading commit data...
lithium-mips.h Loading commit data...
macro-assembler-mips.cc Loading commit data...
macro-assembler-mips.h Loading commit data...
regexp-macro-assembler-mips.cc Loading commit data...
regexp-macro-assembler-mips.h Loading commit data...
simulator-mips.cc Loading commit data...
simulator-mips.h Loading commit data...
stub-cache-mips.cc Loading commit data...