DescriptionARM: Replace branch with conditional store in function prologue.
Use conditional store to replace the receiver with undefined for
strict mode functions and builtins instead of branching code. This
has similar performance characteristics but saves one branch
instruction per strict mode function.
R=svenpanne@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=17412
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|