Guest User

Untitled

a guest
Sep 24th, 2013
705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --- Raw source ---
  2. () {
  3.  
  4.     return a;
  5.  
  6. }
  7.  
  8.  
  9. --- Optimized code ---
  10. kind = OPTIMIZED_FUNCTION
  11. name = arr
  12. stack_slots = 1
  13. Instructions (size = 58)
  14. 1F932F20     0  55             push ebp
  15. 1F932F21     1  89e5           mov ebp,esp
  16. 1F932F23     3  56             push esi
  17. 1F932F24     4  57             push edi
  18. 1F932F25     5  6a00           push 0x0
  19.                   ;;; <@0,#0> -------------------- B0 --------------------
  20.                   ;;; <@2,#1> context
  21. 1F932F27     7  8b75fc         mov esi,[ebp-4]
  22.                   ;;; <@8,#7> -------------------- B1 --------------------
  23.                   ;;; <@10,#9> stack-check
  24. 1F932F2A    10  3b2518496c00   cmp esp,[0x006c4918]
  25. 1F932F30    16  7305           jnc 23  (1F932F37)
  26. 1F932F32    18  e8498afeff     call StackCheck  (1F91B980)    ;; code: BUILTIN
  27.                   ;;; <@12,#10> constant-t
  28. 1F932F37    23  8b050c869025   mov eax,[0x2590860c]          ;; property cell
  29.                   ;;; <@14,#12> return
  30. 1F932F3D    29  89ec           mov esp,ebp
  31. 1F932F3F    31  5d             pop ebp
  32. 1F932F40    32  c20400         ret 0x4
  33. 1F932F43    35  90             nop
  34. 1F932F44    36  90             nop
  35. 1F932F45    37  90             nop
  36. 1F932F46    38  90             nop
  37. 1F932F47    39  90             nop
Advertisement
Add Comment
Please, Sign In to add comment