1. 28 Jun, 2011 1 commit
    • ager@chromium.org's avatar
      Cleanup to HEnvironment::CopyForInlining · 3f6043d3
      ager@chromium.org authored
      * src/hydrogen.cc (HEnvironment::CopyForInlining): As the code for both
        the ::HYDROGEN and ::LITHIUM compilation phases is the same, just use
        one code path and remove the arg.
      
      * src/hydrogen.h (HEnvironment): Remove now-unused CompilationPhase
        enum type and arg to CopyForInlining.
      
      * src/arm/lithium-arm.cc (LChunkBuilder::DoEnterInlined):
      * src/ia32/lithium-ia32.cc (LChunkBuilder::DoEnterInlined):
      * src/x64/lithium-x64.cc (LChunkBuilder::DoEnterInlined): Adapt
        callers.
      
      * AUTHORS: Add Igalia.
      
      BUG=
      TEST=I ran tools/test.py.
      
      Review URL: http://codereview.chromium.org/7272002
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8442 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      3f6043d3
  2. 27 Jun, 2011 1 commit
  3. 22 Jun, 2011 2 commits
  4. 21 Jun, 2011 1 commit
  5. 20 Jun, 2011 1 commit
  6. 10 Jun, 2011 1 commit
  7. 09 Jun, 2011 1 commit
  8. 08 Jun, 2011 1 commit
  9. 06 Jun, 2011 2 commits
  10. 01 Jun, 2011 2 commits
  11. 31 May, 2011 1 commit
  12. 30 May, 2011 1 commit
  13. 26 May, 2011 1 commit
  14. 24 May, 2011 1 commit
    • ager@chromium.org's avatar
      Fix calls of strict mode function with an implicit receiver. · 6f775f2f
      ager@chromium.org authored
      Only IA32 version for now. I'll start porting.
      
      Strict mode functions are to get 'undefined' as the receiver when
      called with an implicit receiver. Modes are bad! It forces us to have
      checks on all function calls.
      
      This change attempts to limit the cost by passing information about
      whether or not a call is with an implicit or explicit receiver in ecx
      as part of the calling convention. The cost is setting ecx on all
      calls and checking ecx on entry to strict mode functions.
      
      Implicit/explicit receiver state has to be maintained by ICs. Various
      stubs have to not clobber ecx or save and restore it.
      
      CallFunction stub needs to check if the receiver is implicit when it
      doesn't know from the context.
      
      Review URL: http://codereview.chromium.org/7039036
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8040 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      6f775f2f
  15. 20 May, 2011 1 commit
  16. 17 May, 2011 2 commits
  17. 16 May, 2011 1 commit
  18. 11 May, 2011 4 commits
  19. 10 May, 2011 1 commit
  20. 06 May, 2011 2 commits
  21. 04 May, 2011 1 commit
  22. 27 Apr, 2011 1 commit
  23. 26 Apr, 2011 1 commit
  24. 21 Apr, 2011 1 commit
  25. 20 Apr, 2011 2 commits
  26. 19 Apr, 2011 1 commit
  27. 15 Apr, 2011 2 commits
  28. 14 Apr, 2011 1 commit
  29. 08 Apr, 2011 1 commit
  30. 06 Apr, 2011 1 commit