arguments1.baseline 964 B

1234567891011121314151617181920
  1. PerfHint: Not optimized : Modification to arguments {
  2. Function : arguments_test2 [arguments1.js @ 26, 5]
  3. Consequences : Slower lookups, high overhead in the JIT code
  4. Suggestion : Avoid modification to the arguments
  5. }
  6. PerfHint: Not optimized : Modification to arguments {
  7. Function : arguments_test2 [arguments1.js @ 26, 5]
  8. Consequences : Slower lookups, high overhead in the JIT code
  9. Suggestion : Avoid modification to the arguments
  10. }
  11. PerfHint: Not optimized : Arguments object not optimized {
  12. Function : arguments_test3 [arguments1.js @ 32, 5]
  13. Consequences : Slower lookups, high overhead in the JIT code
  14. Suggestion : Check the usage of arguments in the function
  15. }
  16. PerfHint: Not optimized : Arguments object not optimized {
  17. Function : arguments_test3 [arguments1.js @ 32, 5]
  18. Consequences : Slower lookups, high overhead in the JIT code
  19. Suggestion : Check the usage of arguments in the function
  20. }